From ca09ba685239c3f48e14b66897ac4e3cd4b950ab Mon Sep 17 00:00:00 2001 From: abidrahmank Date: Sat, 25 May 2013 01:50:41 +0530 Subject: [PATCH] Bug #2960 : docs about CV_BGR2GRAY --- modules/imgproc/doc/miscellaneous_transformations.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/imgproc/doc/miscellaneous_transformations.rst b/modules/imgproc/doc/miscellaneous_transformations.rst index 84f94818ae..9fd8df517a 100644 --- a/modules/imgproc/doc/miscellaneous_transformations.rst +++ b/modules/imgproc/doc/miscellaneous_transformations.rst @@ -116,6 +116,7 @@ If you use ``cvtColor`` with 8-bit images, the conversion will have some informa The function can do the following transformations: * + RGB :math:`\leftrightarrow` GRAY ( ``CV_BGR2GRAY, CV_RGB2GRAY, CV_GRAY2BGR, CV_GRAY2RGB`` ) Transformations within RGB space like adding/removing the alpha channel, reversing the channel order, conversion to/from 16-bit RGB color (R5:G6:B5 or R5:G5:B5), as well as conversion to/from grayscale using: .. math::