Click or drag to resize
CvInvokeDecolor Method
http://www.emgu.com
Transforms a color image to a grayscale image. It is a basic tool in digital printing, stylized black-and-white photograph rendering, and in many single channel image processing applications

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static void Decolor(
	IInputArray src,
	IOutputArray grayscale,
	IOutputArray colorBoost
)

Parameters

src
Type: Emgu.CVIInputArray
Input 8-bit 3-channel image.
grayscale
Type: Emgu.CVIOutputArray
Output 8-bit 1-channel image.
colorBoost
Type: Emgu.CVIOutputArray
Output 8-bit 3-channel image.
See Also