提交 ad7440c0 编写于 作者: V Vadim Pisarevsky 提交者: OpenCV Buildbot

Merge pull request #2850 from Sekunde:master

......@@ -60,7 +60,7 @@ void MatchingMethod( int, void* )
int result_cols = img.cols - templ.cols + 1;
int result_rows = img.rows - templ.rows + 1;
result.create( result_cols, result_rows, CV_32FC1 );
result.create( result_rows, result_cols, CV_32FC1 );
/// Do the Matching and Normalize
matchTemplate( img, templ, result, match_method );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册