Searched refs:result_rows (Results 1 – 2 of 2) sorted by relevance
62 int result_rows = img.rows - templ.rows + 1; in MatchingMethod() local64 result.create( result_rows, result_cols, CV_32FC1 ); in MatchingMethod()
147 int result_rows = img.rows - templ.rows + 1;149 result.create( result_rows, result_cols, CV_32FC1 );