Searched refs:MM_AFFINE (Results 1 – 5 of 5) sorted by relevance
78 InputOutputArray points0, InputOutputArray points1, int model = MM_AFFINE,91 InputArray points0, InputArray points1, int model = MM_AFFINE,92 const RansacParams ¶ms = RansacParams::default2dMotion(MM_AFFINE),134 MotionEstimatorRansacL2(MotionModel model = MM_AFFINE);156 MotionEstimatorL1(MotionModel model = MM_AFFINE);
66 MM_AFFINE = 5, enumerator115 if (model == MM_AFFINE) in default2dMotion()
359 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()
145 CV_Assert(model_ <= MM_AFFINE); in stabilize()
558 return MM_AFFINE; in motionModel()