提交 d8ca61b0 编写于 作者: I Ilya Lavrenov

attemp to fix dox warning

上级 b80a3a91
...@@ -477,7 +477,7 @@ namespace cv ...@@ -477,7 +477,7 @@ namespace cv
// supports all data types // supports all data types
CV_EXPORTS void max(const oclMat &src1, const oclMat &src2, oclMat &dst); CV_EXPORTS void max(const oclMat &src1, const oclMat &src2, oclMat &dst);
//! compares elements of two arrays (dst = src1 <cmpop> src2) //! compares elements of two arrays (dst = src1 \verbatim<cmpop>\endverbatim src2)
// supports all data types // supports all data types
CV_EXPORTS void compare(const oclMat &src1, const oclMat &src2, oclMat &dst, int cmpop); CV_EXPORTS void compare(const oclMat &src1, const oclMat &src2, oclMat &dst, int cmpop);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册