Home
last modified time | relevance | path

Searched defs:matchTemplate (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemApplyImport.java84 ElemTemplate matchTemplate = transformer.getMatchedTemplate(); in execute() local
/external/opencv3/samples/gpu/performance/
Dtests.cpp32 TEST(matchTemplate) in TEST() argument
/external/opencv3/modules/imgproc/src/
Dtemplmatch.cpp900 void cv::matchTemplate( InputArray _img, InputArray _templ, OutputArray _result, int method, InputA… in matchTemplate() function in cv
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java2096 public static void matchTemplate(Mat image, Mat templ, Mat result, int method, Mat mask) in matchTemplate() method in Imgproc
2105 public static void matchTemplate(Mat image, Mat templ, Mat result, int method) in matchTemplate() method in Imgproc