Click or drag to resize

CvInvokeApplyColorMap Method

http://www.emgu.com
Apply color map to the image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static void ApplyColorMap(
	IInputArray src,
	IOutputArray dst,
	ColorMapType colorMapType
)

Parameters

src
Type: Emgu.CVIInputArray
The source image. This function expects Image<Bgr, Byte> or Image<Gray, Byte>. If the wrong image type is given, the original image will be returned.
dst
Type: Emgu.CVIOutputArray
The destination image
colorMapType
Type: Emgu.CV.CvEnumColorMapType
The type of color map
See Also