findTransformECC  311 modules/video/include/opencv2/video/tracking.hpp CV_EXPORTS_W double findTransformECC( InputArray templateImage, InputArray inputImage,
findTransformECC   15 modules/video/perf/perf_ecc.cpp PERF_TEST_P(TransformationType, findTransformECC, /*testing::ValuesIn(MotionType::all())*/
findTransformECC   67 modules/video/perf/perf_ecc.cpp         findTransformECC(templateImage, img, warpMat, transform_type,
findTransformECC  145 modules/video/test/test_ecc.cpp         findTransformECC(warpedImage, testImg, mapTranslation, 0,
findTransformECC  220 modules/video/test/test_ecc.cpp         findTransformECC(warpedImage, testImg, mapEuclidean, 1,
findTransformECC  295 modules/video/test/test_ecc.cpp         findTransformECC(warpedImage, testImg, mapAffine, 2,
findTransformECC  370 modules/video/test/test_ecc.cpp         findTransformECC(warpedImage, testImg, mapHomography, 3,
findTransformECC  453 modules/video/test/test_ecc.cpp         findTransformECC(warpedImage, testImg, mapTranslation, 0,
findTransformECC  306 samples/cpp/image_alignment.cpp     double cc = findTransformECC (template_image, target_image, warp_matrix, warp_mode,