Public Member Functions
cv::videostab::PyrLkRobustMotionEstimator Class Reference

#include <global_motion.hpp>

Inherits cv::videostab::IGlobalMotionEstimator.

List of all members.

Public Member Functions

 PyrLkRobustMotionEstimator ()
void setDetector (Ptr< FeatureDetector > val)
Ptr< FeatureDetectordetector () const
void setOptFlowEstimator (Ptr< ISparseOptFlowEstimator > val)
Ptr< ISparseOptFlowEstimatoroptFlowEstimator () const
void setMotionModel (MotionModel val)
MotionModel motionModel () const
void setRansacParams (const RansacParams &val)
RansacParams ransacParams () const
void setMaxRmse (float val)
float maxRmse () const
void setMinInlierRatio (float val)
float minInlierRatio () const
virtual Mat estimate (const Mat &frame0, const Mat &frame1)

Constructor & Destructor Documentation


Member Function Documentation

virtual Mat cv::videostab::PyrLkRobustMotionEstimator::estimate ( const Mat frame0,
const Mat frame1 
) [virtual]

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