From 28e55dc5f379c866e3cdba1414501c516ae53265 Mon Sep 17 00:00:00 2001 From: Antonio Borondo Date: Mon, 1 Oct 2018 13:23:13 +0100 Subject: [PATCH] Fix documentation of cv::cuda::compare --- modules/cudaarithm/include/opencv2/cudaarithm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cudaarithm/include/opencv2/cudaarithm.hpp b/modules/cudaarithm/include/opencv2/cudaarithm.hpp index d040bb11f0..a1c4fa8ed8 100644 --- a/modules/cudaarithm/include/opencv2/cudaarithm.hpp +++ b/modules/cudaarithm/include/opencv2/cudaarithm.hpp @@ -208,7 +208,7 @@ CV_EXPORTS void pow(InputArray src, double power, OutputArray dst, Stream& strea @param src1 First 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: - **CMP_EQ:** a(.) == b(.) - **CMP_GT:** a(.) \> b(.)