Home
last modified time | relevance | path

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

/external/opencv3/modules/video/perf/
Dperf_ecc.cpp9 CV_ENUM(MotionType, MOTION_TRANSLATION, MOTION_EUCLIDEAN, MOTION_AFFINE, MOTION_HOMOGRAPHY)
17 (int) MOTION_AFFINE, (int) MOTION_HOMOGRAPHY)
51 case MOTION_HOMOGRAPHY:
/external/opencv3/samples/cpp/
Dimage_alignment.cpp81 if (motionType==MOTION_HOMOGRAPHY) in readWarp()
121 if (motionType==MOTION_HOMOGRAPHY){ in saveWarp()
211 mode_temp = MOTION_HOMOGRAPHY; in main()
261 case MOTION_HOMOGRAPHY: in main()
301 if (warp_mode != MOTION_HOMOGRAPHY) in main()
335 if (warp_mode != MOTION_HOMOGRAPHY) in main()
/external/opencv3/modules/video/src/
Decc.cpp256 motionType == MOTION_AFFINE || motionType == MOTION_HOMOGRAPHY); in update_warping_matrix_ECC()
258 if (motionType == MOTION_HOMOGRAPHY) in update_warping_matrix_ECC()
289 if (motionType == MOTION_HOMOGRAPHY) { in update_warping_matrix_ECC()
346 CV_Assert (motionType == MOTION_AFFINE || motionType == MOTION_HOMOGRAPHY || in findTransformECC()
349 if (motionType == MOTION_HOMOGRAPHY){ in findTransformECC()
365 case MOTION_HOMOGRAPHY: in findTransformECC()
466 if (motionType != MOTION_HOMOGRAPHY) in findTransformECC()
497 case MOTION_HOMOGRAPHY: in findTransformECC()
/external/opencv3/modules/video/include/opencv2/video/
Dtracking.hpp258 MOTION_HOMOGRAPHY = 3 enumerator
/external/opencv3/modules/java/src/
Dvideo+Video.java33 MOTION_HOMOGRAPHY = 3; field in Video