Documentation fix for cv::compare (issue 3149)
authorMichael Hanselmann <public@hansmi.ch>
Sun, 28 Jul 2013 14:18:12 +0000 (16:18 +0200)
committerMichael Hanselmann <public@hansmi.ch>
Sun, 28 Jul 2013 14:19:19 +0000 (16:19 +0200)
Since commit d8417af0860 (July 2011) cv::compare produces an array with
the same size and type as the input arrays.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
modules/core/doc/operations_on_arrays.rst

index bd55993afe813bcf8544f291db32e074a2bda571..cef0e515b1ccfa1c7abff63df4a7fcfea2de95cd 100644 (file)
@@ -532,7 +532,7 @@ Performs the per-element comparison of two arrays or an array and scalar value.
 
     :param value: scalar value.
 
-    :param dst: output array that has the same size as the input arrays and type= ``CV_8UC1`` .
+    :param dst: output array that has the same size and type as the input arrays.
 
     :param cmpop: a flag, that specifies correspondence between the arrays: