Home
last modified time | relevance | path

Searched refs:MM_AFFINE (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
Dglobal_motion.hpp78 InputOutputArray points0, InputOutputArray points1, int model = MM_AFFINE,
91 InputArray points0, InputArray points1, int model = MM_AFFINE,
92 const RansacParams &params = RansacParams::default2dMotion(MM_AFFINE),
134 MotionEstimatorRansacL2(MotionModel model = MM_AFFINE);
156 MotionEstimatorL1(MotionModel model = MM_AFFINE);
Dmotion_core.hpp66 MM_AFFINE = 5, enumerator
115 if (model == MM_AFFINE) in default2dMotion()
/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp359 CV_Assert(model <= MM_AFFINE); in estimateGlobalMotionLeastSquares()
383 CV_Assert(model <= MM_AFFINE); in estimateGlobalMotionRansac()
545 CV_Assert(motionModel() <= MM_AFFINE && motionModel() != MM_RIGID); in estimate()
Dmotion_stabilizing.cpp145 CV_Assert(model_ <= MM_AFFINE); in stabilize()
/external/opencv3/samples/cpp/
Dvideostab.cpp558 return MM_AFFINE; in motionModel()