Converts image from one color space to another

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1062 (2.2.1.1062)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void gpuMatCvtColor(
	IntPtr src,
	IntPtr dst,
	COLOR_CONVERSION code
)
Public Shared Sub gpuMatCvtColor ( _
	src As IntPtr, _
	dst As IntPtr, _
	code As COLOR_CONVERSION _
)
public:
static void gpuMatCvtColor(
	IntPtr src, 
	IntPtr dst, 
	COLOR_CONVERSION code
)

Parameters

src
IntPtr
The source GpuMat
dst
IntPtr
The destination GpuMat
code
COLOR_CONVERSION
The color conversion code

See Also