TemplateMatching  687 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<TemplateMatching> createTemplateMatching(int srcType, int method, Size user_block_size = Size());
TemplateMatching   79 modules/cudaimgproc/perf/perf_match_template.cpp         cv::Ptr<cv::cuda::TemplateMatching> alg = cv::cuda::createTemplateMatching(image.type(), method);
TemplateMatching  121 modules/cudaimgproc/perf/perf_match_template.cpp         cv::Ptr<cv::cuda::TemplateMatching> alg = cv::cuda::createTemplateMatching(image.type(), method);
TemplateMatching   50 modules/cudaimgproc/src/match_template.cpp Ptr<cuda::TemplateMatching> cv::cuda::createTemplateMatching(int, int, Size) { throw_no_cuda(); return Ptr<cuda::TemplateMatching>(); }
TemplateMatching  166 modules/cudaimgproc/src/match_template.cpp     class Match_CCORR_32F : public TemplateMatching
TemplateMatching  219 modules/cudaimgproc/src/match_template.cpp     class Match_CCORR_8U : public TemplateMatching
TemplateMatching  262 modules/cudaimgproc/src/match_template.cpp     class Match_CCORR_NORMED_8U : public TemplateMatching
TemplateMatching  300 modules/cudaimgproc/src/match_template.cpp     class Match_SQDIFF_32F : public TemplateMatching
TemplateMatching  326 modules/cudaimgproc/src/match_template.cpp     class Match_SQDIFF_8U : public TemplateMatching
TemplateMatching  373 modules/cudaimgproc/src/match_template.cpp     class Match_SQDIFF_NORMED_8U : public TemplateMatching
TemplateMatching  411 modules/cudaimgproc/src/match_template.cpp     class Match_CCOEFF_8U : public TemplateMatching
TemplateMatching  488 modules/cudaimgproc/src/match_template.cpp     class Match_CCOEFF_NORMED_8U : public TemplateMatching
TemplateMatching  594 modules/cudaimgproc/src/match_template.cpp Ptr<cuda::TemplateMatching> cv::cuda::createTemplateMatching(int srcType, int method, Size user_block_size)
TemplateMatching  612 modules/cudaimgproc/src/match_template.cpp             return Ptr<cuda::TemplateMatching>();
TemplateMatching  639 modules/cudaimgproc/src/match_template.cpp             return Ptr<cuda::TemplateMatching>();
TemplateMatching   85 modules/cudaimgproc/test/test_match_template.cpp     cv::Ptr<cv::cuda::TemplateMatching> alg = cv::cuda::createTemplateMatching(image.type(), method);
TemplateMatching  144 modules/cudaimgproc/test/test_match_template.cpp     cv::Ptr<cv::cuda::TemplateMatching> alg = cv::cuda::createTemplateMatching(image.type(), method);
TemplateMatching  198 modules/cudaimgproc/test/test_match_template.cpp     cv::Ptr<cv::cuda::TemplateMatching> alg = cv::cuda::createTemplateMatching(image.type(), method);
TemplateMatching  245 modules/cudaimgproc/test/test_match_template.cpp     cv::Ptr<cv::cuda::TemplateMatching> alg = cv::cuda::createTemplateMatching(image.type(), cv::TM_CCOEFF_NORMED);
TemplateMatching  296 modules/cudaimgproc/test/test_match_template.cpp     cv::Ptr<cv::cuda::TemplateMatching> alg = cv::cuda::createTemplateMatching(scene.type(), cv::TM_SQDIFF_NORMED);
TemplateMatching  321 modules/cudaimgproc/test/test_match_template.cpp     cv::Ptr<cv::cuda::TemplateMatching> alg = cv::cuda::createTemplateMatching(scene.type(), cv::TM_SQDIFF);
TemplateMatching   39 samples/gpu/performance/tests.cpp     Ptr<cuda::TemplateMatching> alg = cuda::createTemplateMatching(src.type(), TM_CCORR);