From e4d9d5294ef95e2eb7243315cd70f12f89c5f598 Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Thu, 14 Jun 2012 00:09:47 +0000 Subject: [PATCH] fixed #2047 --- modules/imgproc/doc/miscellaneous_transformations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/doc/miscellaneous_transformations.rst b/modules/imgproc/doc/miscellaneous_transformations.rst index 863e5dd..2707e3b 100644 --- a/modules/imgproc/doc/miscellaneous_transformations.rst +++ b/modules/imgproc/doc/miscellaneous_transformations.rst @@ -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`` . -- 2.7.4