提交 fdf31ec1 编写于 作者: V Vadim Pisarevsky

Merge pull request #3650 from StevenPuttemans:fix_tutorials_master

...@@ -146,7 +146,7 @@ Explanation ...@@ -146,7 +146,7 @@ Explanation
int result_cols = img.cols - templ.cols + 1; int result_cols = img.cols - templ.cols + 1;
int result_rows = img.rows - templ.rows + 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 );
@endcode @endcode
-# Perform the template matching operation: -# Perform the template matching operation:
@code{.cpp} @code{.cpp}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册