|
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 ¶ms=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) |
|