From cdc2ee9789d269141378f1a8a698d3debcf49257 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Sun, 28 Jul 2013 16:18:12 +0200 Subject: [PATCH] Documentation fix for cv::compare (issue 3149) 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 --- modules/core/doc/operations_on_arrays.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/doc/operations_on_arrays.rst b/modules/core/doc/operations_on_arrays.rst index bd55993afe..cef0e515b1 100644 --- a/modules/core/doc/operations_on_arrays.rst +++ b/modules/core/doc/operations_on_arrays.rst @@ -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: