OpenCV  2.4.13.4
Open Source Computer Vision
cv::videostab::SparsePyrLkOptFlowEstimator Class Reference

#include <optical_flow.hpp>

Inheritance diagram for cv::videostab::SparsePyrLkOptFlowEstimator:
cv::videostab::PyrLkOptFlowEstimatorBase cv::videostab::ISparseOptFlowEstimator

Public Member Functions

virtual void run (InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1, OutputArray status, OutputArray errors)
 
- Public Member Functions inherited from cv::videostab::PyrLkOptFlowEstimatorBase
 PyrLkOptFlowEstimatorBase ()
 
void setWinSize (Size val)
 
Size winSize () const
 
void setMaxLevel (int val)
 
int maxLevel () const
 
- Public Member Functions inherited from cv::videostab::ISparseOptFlowEstimator
virtual ~ISparseOptFlowEstimator ()
 

Additional Inherited Members

- Protected Attributes inherited from cv::videostab::PyrLkOptFlowEstimatorBase
Size winSize_
 
int maxLevel_
 

Member Function Documentation

§ run()

virtual void cv::videostab::SparsePyrLkOptFlowEstimator::run ( InputArray  frame0,
InputArray  frame1,
InputArray  points0,
InputOutputArray  points1,
OutputArray  status,
OutputArray  errors 
)
virtual

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