1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Purpose: 2nd review cycle - final

This commit is contained in:
Elena Fedotova
2011-07-01 21:25:19 +00:00
parent 7cc52490ec
commit 14e70599f2
@@ -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`` .