1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #3417 from ilya-lavrenov:dox_warn

This commit is contained in:
Maksim Shabunin
2014-11-12 17:48:43 +00:00
+1 -1
View File
@@ -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);