Searched refs:findTransformECC (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/video/perf/ |
D | perf_ecc.cpp | 15 PERF_TEST_P(TransformationType, findTransformECC, /*testing::ValuesIn(MotionType::all())*/ 67 findTransformECC(templateImage, img, warpMat, transform_type, in TEST_CYCLE()
|
/external/opencv3/modules/video/test/ |
D | test_ecc.cpp | 145 findTransformECC(warpedImage, testImg, mapTranslation, 0, in testTranslation() 220 findTransformECC(warpedImage, testImg, mapEuclidean, 1, in testEuclidean() 295 findTransformECC(warpedImage, testImg, mapAffine, 2, in testAffine() 370 findTransformECC(warpedImage, testImg, mapHomography, 3, in testHomography() 453 findTransformECC(warpedImage, testImg, mapTranslation, 0, in testMask()
|
/external/opencv3/modules/java/src/ |
D | video+Video.java | 163 …public static double findTransformECC(Mat templateImage, Mat inputImage, Mat warpMatrix, int motio… in findTransformECC() method in Video 172 …public static double findTransformECC(Mat templateImage, Mat inputImage, Mat warpMatrix, int motio… in findTransformECC() method in Video 181 public static double findTransformECC(Mat templateImage, Mat inputImage, Mat warpMatrix) in findTransformECC() method in Video
|
D | video.cpp | 503 …double _retval_ = cv::findTransformECC( templateImage, inputImage, warpMatrix, (int)motionType, cr… in Java_org_opencv_video_Video_findTransformECC_10() 526 … double _retval_ = cv::findTransformECC( templateImage, inputImage, warpMatrix, (int)motionType ); in Java_org_opencv_video_Video_findTransformECC_11() 549 double _retval_ = cv::findTransformECC( templateImage, inputImage, warpMatrix ); in Java_org_opencv_video_Video_findTransformECC_12()
|
/external/opencv3/modules/video/include/opencv2/video/ |
D | tracking.hpp | 311 CV_EXPORTS_W double findTransformECC( InputArray templateImage, InputArray inputImage,
|
/external/opencv3/samples/cpp/ |
D | image_alignment.cpp | 306 double cc = findTransformECC (template_image, target_image, warp_matrix, warp_mode, in main()
|
/external/opencv3/modules/video/src/ |
D | ecc.cpp | 316 double cv::findTransformECC(InputArray templateImage, in findTransformECC() function in cv
|