OpenCV  2.4.13.7
Open Source Computer Vision
global_motion.hpp File Reference

Classes

struct  cv::videostab::RansacParams
 
class  cv::videostab::IGlobalMotionEstimator
 
class  cv::videostab::PyrLkRobustMotionEstimator
 

Namespaces

 cv
 
 cv::videostab
 

Enumerations

enum  cv::videostab::MotionModel { cv::videostab::TRANSLATION = 0, cv::videostab::TRANSLATION_AND_SCALE = 1, cv::videostab::LINEAR_SIMILARITY = 2, cv::videostab::AFFINE = 3 }
 

Functions

Mat cv::videostab::estimateGlobalMotionLeastSquares (const std::vector< Point2f > &points0, const std::vector< Point2f > &points1, int model=AFFINE, float *rmse=0)
 
Mat cv::videostab::estimateGlobalMotionRobust (const std::vector< Point2f > &points0, const std::vector< Point2f > &points1, int model=AFFINE, const RansacParams &params=RansacParams::affine2dMotionStd(), float *rmse=0, int *ninliers=0)
 
Mat cv::videostab::getMotion (int from, int to, const Mat *motions, int size)
 
Mat cv::videostab::getMotion (int from, int to, const std::vector< Mat > &motions)