Searched defs:templateImage (Results 1 – 4 of 4) sorted by relevance
21 Mat templateImage; variable
163 …public static double findTransformECC(Mat templateImage, Mat inputImage, Mat warpMatrix, int motio… in findTransformECC()172 …public static double findTransformECC(Mat templateImage, Mat inputImage, Mat warpMatrix, int motio… in findTransformECC()181 public static double findTransformECC(Mat templateImage, Mat inputImage, Mat warpMatrix) in findTransformECC()
498 Mat& templateImage = *((Mat*)templateImage_nativeObj); in Java_org_opencv_video_Video_findTransformECC_10() local523 Mat& templateImage = *((Mat*)templateImage_nativeObj); in Java_org_opencv_video_Video_findTransformECC_11() local546 Mat& templateImage = *((Mat*)templateImage_nativeObj); in Java_org_opencv_video_Video_findTransformECC_12() local
316 double cv::findTransformECC(InputArray templateImage, in findTransformECC()