Home
last modified time | relevance | path

Searched refs:result_cols (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
DMatchTemplate_Demo.cpp61 int result_cols = img.cols - templ.cols + 1; in MatchingMethod() local
64 result.create( result_rows, result_cols, CV_32FC1 ); in MatchingMethod()
/external/opencv3/doc/tutorials/imgproc/histograms/template_matching/
Dtemplate_matching.markdown146 int result_cols = img.cols - templ.cols + 1;
149 result.create( result_rows, result_cols, CV_32FC1 );