#include <global_motion.hpp>
Inherits cv::videostab::IGlobalMotionEstimator.
Public Member Functions | |
| PyrLkRobustMotionEstimator () | |
| void | setDetector (Ptr< FeatureDetector > val) |
| Ptr< FeatureDetector > | detector () const |
| void | setOptFlowEstimator (Ptr< ISparseOptFlowEstimator > val) |
| Ptr< ISparseOptFlowEstimator > | optFlowEstimator () 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) |
| void cv::videostab::PyrLkRobustMotionEstimator::setOptFlowEstimator | ( | Ptr< ISparseOptFlowEstimator > | val | ) |
| float cv::videostab::PyrLkRobustMotionEstimator::maxRmse | ( | ) | const |
| float cv::videostab::PyrLkRobustMotionEstimator::minInlierRatio | ( | ) | const |
| virtual Mat cv::videostab::PyrLkRobustMotionEstimator::estimate | ( | const Mat & | frame0, |
| const Mat & | frame1 | ||
| ) | [virtual] |
Implements cv::videostab::IGlobalMotionEstimator.