From 14e70599f2d2309844ce0fda436bd38e8c732f7d Mon Sep 17 00:00:00 2001 From: Elena Fedotova Date: Fri, 1 Jul 2011 21:25:19 +0000 Subject: [PATCH] Purpose: 2nd review cycle - final --- 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 65fb1fa53e..7bfb148a94 100644 --- a/modules/imgproc/doc/miscellaneous_transformations.rst +++ b/modules/imgproc/doc/miscellaneous_transformations.rst @@ -84,7 +84,7 @@ Converts an image from one color space to another. :param dst: Destination image of the same size and depth as ``src`` . - :param code: Color space conversion code. See the description below. + :param code: Color space conversion code. See the description below. :param dstCn: Number of channels in the destination image. If the parameter is 0, the number of the channels is derived automatically from ``src`` and ``code`` .