mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
attemp to fix dox warning
This commit is contained in:
parent
b80a3a91a8
commit
d8ca61b01b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user