From a7160d9b128fed82e4eea728ceb95eab1b085f00 Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Tue, 12 May 2015 17:54:31 +0300 Subject: [PATCH] Docs: fixed _dest type in cv::compare --- modules/core/include/opencv2/core.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core.hpp b/modules/core/include/opencv2/core.hpp index e4c61e43ad..65944767f0 100644 --- a/modules/core/include/opencv2/core.hpp +++ b/modules/core/include/opencv2/core.hpp @@ -1282,7 +1282,8 @@ equivalent matrix expressions: @endcode @param src1 first input array or a scalar; when it is an array, it must have a single channel. @param src2 second input array or a scalar; when it is an array, it must have a single channel. -@param dst output array that has the same size and type as the input arrays. +@param dst output array of type ref CV_8U that has the same size and the same number of channels as + the input arrays. @param cmpop a flag, that specifies correspondence between the arrays (cv::CmpTypes) @sa checkRange, min, max, threshold */