mirror of
https://github.com/opencv/opencv.git
synced 2026-09-19 15:23:23 -05:00
Fix documentation of cv::cuda::compare
This commit is contained in:
@@ -208,7 +208,7 @@ CV_EXPORTS void pow(InputArray src, double power, OutputArray dst, Stream& strea
|
|||||||
|
|
||||||
@param src1 First source matrix or scalar.
|
@param src1 First source matrix or scalar.
|
||||||
@param src2 Second source matrix or scalar.
|
@param src2 Second source matrix or scalar.
|
||||||
@param dst Destination matrix that has the same size and type as the input array(s).
|
@param dst Destination matrix that has the same size as the input array(s) and type CV_8U.
|
||||||
@param cmpop Flag specifying the relation between the elements to be checked:
|
@param cmpop Flag specifying the relation between the elements to be checked:
|
||||||
- **CMP_EQ:** a(.) == b(.)
|
- **CMP_EQ:** a(.) == b(.)
|
||||||
- **CMP_GT:** a(.) \> b(.)
|
- **CMP_GT:** a(.) \> b(.)
|
||||||
|
|||||||
Reference in New Issue
Block a user