MATLAB File Help: cv.decolor | Index |
Transforms a color image to a grayscale image
[grayscale,color_boost] = cv.decolor(src)
[grayscale,color_boost] = cv.decolor(src, 'OptionName',optionValue, ...)
src
to Lab color space, replacing the
lightness channel with grayscale
, and converting back to RGB color
space.src
and output color_boost
, between MATLAB's RGB order and
OpenCV's BGR (input: RGB->BGR, output: BGR->RGB). default trueIt is a basic tool in digital printing, stylized black-and-white photograph rendering, and in many single channel image processing applications [CL12].
This function is to be applied on color images.
[CL12]:
Cewu Lu, Li Xu, and Jiaya Jia. "Contrast preserving decolorization". In Computational Photography (ICCP), 2012 IEEE International Conference on, pages 1-7. IEEE, 2012.