Searched defs:matchTemplate (Results 1 – 4 of 4) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemApplyImport.java | 84 ElemTemplate matchTemplate = transformer.getMatchedTemplate(); in execute() local
|
/external/opencv3/samples/gpu/performance/ |
D | tests.cpp | 32 TEST(matchTemplate) in TEST() argument
|
/external/opencv3/modules/imgproc/src/ |
D | templmatch.cpp | 900 void cv::matchTemplate( InputArray _img, InputArray _templ, OutputArray _result, int method, InputA… in matchTemplate() function in cv
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 2096 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
|