Commit cdc2ee97 authored by Michael Hanselmann's avatar Michael Hanselmann

Documentation fix for cv::compare (issue 3149)

Since commit d8417af0 (July 2011) cv::compare produces an array with
the same size and type as the input arrays.
Signed-off-by: 's avatarMichael Hanselmann <public@hansmi.ch>
parent d945b20d
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment