Commit 2d867319 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #3417 from ilya-lavrenov:dox_warn

parents b80a3a91 d8ca61b0
......@@ -477,7 +477,7 @@ namespace cv
// supports all data types
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
CV_EXPORTS void compare(const oclMat &src1, const oclMat &src2, oclMat &dst, int cmpop);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment