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

#include <optical_flow.hpp>

Inherited by cv::videostab::DensePyrLkOptFlowEstimatorGpu, and cv::videostab::SparsePyrLkOptFlowEstimator.

Public Member Functions

 PyrLkOptFlowEstimatorBase ()
 
void setWinSize (Size val)
 
Size winSize () const
 
void setMaxLevel (int val)
 
int maxLevel () const
 

Protected Attributes

Size winSize_
 
int maxLevel_
 

Constructor & Destructor Documentation

cv::videostab::PyrLkOptFlowEstimatorBase::PyrLkOptFlowEstimatorBase ( )

Member Function Documentation

void cv::videostab::PyrLkOptFlowEstimatorBase::setWinSize ( Size  val)
Size cv::videostab::PyrLkOptFlowEstimatorBase::winSize ( ) const
void cv::videostab::PyrLkOptFlowEstimatorBase::setMaxLevel ( int  val)
int cv::videostab::PyrLkOptFlowEstimatorBase::maxLevel ( ) const

Member Data Documentation

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

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