http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Apply color map to the image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static void ApplyColorMap( IntPtr src, IntPtr dst, ColorMapType colorMapType ) |
Visual Basic |
---|
Public Shared Sub ApplyColorMap ( _ src As IntPtr, _ dst As IntPtr, _ colorMapType As ColorMapType _ ) |
Visual C++ |
---|
public: static void ApplyColorMap( IntPtr src, IntPtr dst, ColorMapType colorMapType ) |
Parameters
- src
- Type: System..::..IntPtr
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: System..::..IntPtr
The destination image
- colorMapType
- Type: Emgu.CV.CvEnum..::..ColorMapType
The type of color map