matchTemplate      89 modules/cudaimgproc/perf/perf_match_template.cpp         TEST_CYCLE() cv::matchTemplate(image, templ, dst, method);
matchTemplate     131 modules/cudaimgproc/perf/perf_match_template.cpp         TEST_CYCLE() cv::matchTemplate(image, templ, dst, method);
matchTemplate      91 modules/cudaimgproc/test/test_match_template.cpp     cv::matchTemplate(image, templ, dst_gold, method);
matchTemplate     150 modules/cudaimgproc/test/test_match_template.cpp     cv::matchTemplate(image, templ, dst_gold, method);
matchTemplate     257 modules/cudaimgproc/test/test_match_template.cpp     cv::matchTemplate(image, pattern, dstGold, cv::TM_CCOEFF_NORMED);
matchTemplate    3353 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void matchTemplate( InputArray image, InputArray templ,
matchTemplate    1379 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.matchTemplate(image, templ, dst, Imgproc.TM_CCORR);
matchTemplate    1384 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.matchTemplate(gray255, gray0, dst, Imgproc.TM_CCORR);
matchTemplate      34 modules/imgproc/perf/opencl/perf_matchTemplate.cpp     OCL_TEST_CYCLE() matchTemplate(img, tmpl, result, method);
matchTemplate      50 modules/imgproc/perf/opencl/perf_matchTemplate.cpp OCL_PERF_TEST_P(CV_TM_CCORRFixture, matchTemplate,
matchTemplate      64 modules/imgproc/perf/opencl/perf_matchTemplate.cpp     OCL_TEST_CYCLE() cv::matchTemplate(src, templ, dst, CV_TM_CCORR);
matchTemplate      71 modules/imgproc/perf/opencl/perf_matchTemplate.cpp OCL_PERF_TEST_P(CV_TM_CCORR_NORMEDFixture, matchTemplate,
matchTemplate      82 modules/imgproc/perf/opencl/perf_matchTemplate.cpp     OCL_TEST_CYCLE() cv::matchTemplate(src, templ, dst, CV_TM_CCORR_NORMED);
matchTemplate      39 modules/imgproc/perf/perf_matchTemplate.cpp     TEST_CYCLE() matchTemplate(img, tmpl, result, method);
matchTemplate      73 modules/imgproc/perf/perf_matchTemplate.cpp     TEST_CYCLE() matchTemplate(img, tmpl, result, method);
matchTemplate     318 modules/imgproc/src/templmatch.cpp     matchTemplate(_image, _templ, _result, CV_TM_CCORR);
matchTemplate     376 modules/imgproc/src/templmatch.cpp         matchTemplate(_image, _templ, _result, CV_TM_CCORR);
matchTemplate     407 modules/imgproc/src/templmatch.cpp     matchTemplate(_image, _templ, _result, CV_TM_CCORR);
matchTemplate     439 modules/imgproc/src/templmatch.cpp     matchTemplate(_image, _templ, _result, CV_TM_CCORR);
matchTemplate     474 modules/imgproc/src/templmatch.cpp     matchTemplate(_image, _templ, _result, CV_TM_CCORR);
matchTemplate     936 modules/imgproc/src/templmatch.cpp     if (tegra::useTegra() && tegra::matchTemplate(img, templ, result, method))
matchTemplate    1094 modules/imgproc/src/templmatch.cpp     matchTemplate(img, templ, result, method);
matchTemplate     120 modules/imgproc/test/ocl/test_match_template.cpp         OCL_OFF(cv::matchTemplate(image_roi, templ_roi, result_roi, method));
matchTemplate     121 modules/imgproc/test/ocl/test_match_template.cpp         OCL_ON(cv::matchTemplate(uimage_roi, utempl_roi, uresult_roi, method));
matchTemplate     143 modules/imgproc/test/test_templmatch.cpp         cv::matchTemplate(cv::cvarrToMat(test_array[INPUT][0]), cv::cvarrToMat(test_array[INPUT][1]), _out, method);
matchTemplate     360 modules/ts/src/cuda_test.cpp         matchTemplate(getMat(m1), getMat(m2), diff, TM_CCORR_NORMED);
matchTemplate     251 modules/ts/src/ocl_test.cpp     matchTemplate(m1.getMat(), m2.getMat(), diff, CV_TM_CCORR_NORMED);
matchTemplate      54 samples/cpp/mask_tmpl.cpp     matchTemplate(img, tmpl, res, method, mask);
matchTemplate      67 samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp   matchTemplate( img, templ, result, match_method );
matchTemplate      32 samples/gpu/performance/tests.cpp TEST(matchTemplate)
matchTemplate      46 samples/gpu/performance/tests.cpp         matchTemplate(src, templ, dst, TM_CCORR);
matchTemplate      49 samples/gpu/performance/tests.cpp         matchTemplate(src, templ, dst, TM_CCORR);