mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
fixed #2047
This commit is contained in:
parent
f273e54be3
commit
e4d9d5294e
@ -657,7 +657,7 @@ Applies a fixed-level threshold to each array element.
|
||||
|
||||
.. ocv:pyoldfunction:: cv.Threshold(src, dst, threshold, maxValue, thresholdType)-> None
|
||||
|
||||
:param src: Source array (single-channel, 8-bit of 32-bit floating point).
|
||||
:param src: Source array (single-channel, 8-bit or 32-bit floating point).
|
||||
|
||||
:param dst: Destination array of the same size and type as ``src`` .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user