Public Member Functions | Protected Attributes | List of all members
cv::videostab::SparsePyrLkOptFlowEstimator Class Reference

#include <optical_flow.hpp>

Inherits cv::videostab::PyrLkOptFlowEstimatorBase, and cv::videostab::ISparseOptFlowEstimator.

Public Member Functions

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

Protected Attributes

Size winSize_
 
int maxLevel_
 

Member Function Documentation

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

Member Data Documentation

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

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