Logo
OpenCV  2.4.13
Open Source Computer Vision
Classes | Namespaces | Enumerations | Functions
global_motion.hpp File Reference
#include <vector>
#include "opencv2/core/core.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/videostab/optical_flow.hpp"

Classes

 
 
 

Namespaces

  cv
 
 

Enumerations

 

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)
 

AltStyle によって変換されたページ (->オリジナル) /