Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
DMatchTemplate_Demo.cpp62 int result_rows = img.rows - templ.rows + 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.markdown147 int result_rows = img.rows - templ.rows + 1;
149 result.create( result_rows, result_cols, CV_32FC1 );