HomeSort by relevance Sort by last modified time
    Searched refs:matchTemplate (Results 1 - 20 of 20) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyImport.java 84 ElemTemplate matchTemplate = transformer.getMatchedTemplate();
85 transformer.applyTemplateToNode(this, matchTemplate, sourceNode);
  /external/opencv3/modules/imgproc/perf/opencl/
perf_matchTemplate.cpp 15 OCL_PERF_TEST_P(ImgSize_TmplSize_Method_MatType, MatchTemplate,
34 OCL_TEST_CYCLE() matchTemplate(img, tmpl, result, method);
46 /////////// matchTemplate (performance tests from 2.4) ////////////////////////
50 OCL_PERF_TEST_P(CV_TM_CCORRFixture, matchTemplate,
64 OCL_TEST_CYCLE() cv::matchTemplate(src, templ, dst, CV_TM_CCORR);
71 OCL_PERF_TEST_P(CV_TM_CCORR_NORMEDFixture, matchTemplate,
82 OCL_TEST_CYCLE() cv::matchTemplate(src, templ, dst, CV_TM_CCORR_NORMED);
  /external/opencv3/modules/imgproc/test/ocl/
test_match_template.cpp 54 ///////////////////////////////////////////// matchTemplate //////////////////////////////////////////////////////////
58 PARAM_TEST_CASE(MatchTemplate, MatDepth, Channels, MatchTemplType, bool)
114 OCL_TEST_P(MatchTemplate, Mat)
120 OCL_OFF(cv::matchTemplate(image_roi, templ_roi, result_roi, method));
121 OCL_ON(cv::matchTemplate(uimage_roi, utempl_roi, uresult_roi, method));
127 OCL_INSTANTIATE_TEST_CASE_P(ImageProc, MatchTemplate, Combine(
  /external/opencv3/modules/cudaimgproc/perf/
perf_match_template.cpp 89 TEST_CYCLE() cv::matchTemplate(image, templ, dst, method);
131 TEST_CYCLE() cv::matchTemplate(image, templ, dst, method);
  /external/opencv3/modules/imgproc/perf/
perf_matchTemplate.cpp 39 TEST_CYCLE() matchTemplate(img, tmpl, result, method);
73 TEST_CYCLE() matchTemplate(img, tmpl, result, method);
  /external/opencv3/samples/cpp/
mask_tmpl.cpp 54 matchTemplate(img, tmpl, res, method, mask);
  /external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
MatchTemplate_Demo.cpp 3 * @brief Sample code to use the function MatchTemplate
67 matchTemplate( img, templ, result, match_method );
  /external/opencv3/samples/python2/
mouse_and_match.py 8 When they let go of the mouse, it correlates (using matchTemplate) that patch with the image.
33 result = cv2.matchTemplate(gray,patch,cv2.TM_CCOEFF_NORMED)
  /external/opencv3/modules/cudaimgproc/test/
test_match_template.cpp 91 cv::matchTemplate(image, templ, dst_gold, method);
150 cv::matchTemplate(image, templ, dst_gold, method);
192 cv::Mat image = readImage("matchtemplate/black.png");
195 cv::Mat pattern = readImage("matchtemplate/cat.png");
257 cv::matchTemplate(image, pattern, dstGold, cv::TM_CCOEFF_NORMED);
271 testing::Values(std::make_pair(std::string("matchtemplate/source-0.png"), std::string("matchtemplate/target-0.png")))));
290 cv::Mat scene = readImage("matchtemplate/scene.png");
293 cv::Mat templ = readImage("matchtemplate/template.png");
315 cv::Mat scene = readImage("matchtemplate/scene.png")
    [all...]
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 45 ////////////////////////////////////////////////// matchTemplate //////////////////////////////////////////////////////////
318 matchTemplate(_image, _templ, _result, CV_TM_CCORR);
376 matchTemplate(_image, _templ, _result, CV_TM_CCORR);
407 matchTemplate(_image, _templ, _result, CV_TM_CCORR);
439 matchTemplate(_image, _templ, _result, CV_TM_CCORR);
474 matchTemplate(_image, _templ, _result, CV_TM_CCORR);
900 void cv::matchTemplate( InputArray _img, InputArray _templ, OutputArray _result, int method, InputArray _mask )
    [all...]
  /external/opencv3/modules/ts/src/
ocl_test.cpp 251 matchTemplate(m1.getMat(), m2.getMat(), diff, CV_TM_CCORR_NORMED);
cuda_test.cpp 360 matchTemplate(getMat(m1), getMat(m2), diff, TM_CCORR_NORMED);
  /external/opencv3/samples/gpu/performance/
tests.cpp 32 TEST(matchTemplate)
46 matchTemplate(src, templ, dst, TM_CCORR);
49 matchTemplate(src, templ, dst, TM_CCORR);
  /external/opencv3/modules/imgproc/test/
test_templmatch.cpp 143 cv::matchTemplate(cv::cvarrToMat(test_array[INPUT][0]), cv::cvarrToMat(test_array[INPUT][1]), _out, method);
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
imgproc.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 572 milliseconds