Searched refs:MOTION_AFFINE (Results 1 – 5 of 5) sorted by relevance
9 CV_ENUM(MotionType, MOTION_TRANSLATION, MOTION_EUCLIDEAN, MOTION_AFFINE, MOTION_HOMOGRAPHY)17 (int) MOTION_AFFINE, (int) MOTION_HOMOGRAPHY)45 case MOTION_AFFINE:
257 MOTION_AFFINE = 2, enumerator312 InputOutputArray warpMatrix, int motionType = MOTION_AFFINE,
256 motionType == MOTION_AFFINE || motionType == MOTION_HOMOGRAPHY); in update_warping_matrix_ECC()260 else if (motionType == MOTION_AFFINE) in update_warping_matrix_ECC()281 if (motionType == MOTION_AFFINE) { in update_warping_matrix_ECC()346 CV_Assert (motionType == MOTION_AFFINE || motionType == MOTION_HOMOGRAPHY || in findTransformECC()494 case MOTION_AFFINE: in findTransformECC()
209 mode_temp = MOTION_AFFINE; in main()252 case MOTION_AFFINE: in main()
32 MOTION_AFFINE = 2, field in Video