OpenCV  3.2.0-dev
Open Source Computer Vision
cv::videostab::SparsePyrLkOptFlowEstimator Class Reference

#include "optical_flow.hpp"

Inheritance diagram for cv::videostab::SparsePyrLkOptFlowEstimator:
Collaboration diagram for cv::videostab::SparsePyrLkOptFlowEstimator:

Public Member Functions

virtual int maxLevel () const
 
virtual void run (InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1, OutputArray status, OutputArray errors)
 
virtual void setMaxLevel (int val)
 
virtual void setWinSize (Size val)
 
virtual Size winSize () const
 

Protected Attributes

int maxLevel_
 
Size winSize_
 

Member Function Documentation

virtual int cv::videostab::PyrLkOptFlowEstimatorBase::maxLevel ( ) const
inlinevirtualinherited
virtual void cv::videostab::SparsePyrLkOptFlowEstimator::run ( InputArray  frame0,
InputArray  frame1,
InputArray  points0,
InputOutputArray  points1,
OutputArray  status,
OutputArray  errors 
)
virtual
virtual void cv::videostab::PyrLkOptFlowEstimatorBase::setMaxLevel ( int  val)
inlinevirtualinherited
virtual void cv::videostab::PyrLkOptFlowEstimatorBase::setWinSize ( Size  val)
inlinevirtualinherited
virtual Size cv::videostab::PyrLkOptFlowEstimatorBase::winSize ( ) const
inlinevirtualinherited

Member Data Documentation

int cv::videostab::PyrLkOptFlowEstimatorBase::maxLevel_
protectedinherited
Size cv::videostab::PyrLkOptFlowEstimatorBase::winSize_
protectedinherited

The documentation for this class was generated from the following file: