http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Converts image from one color space to another
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void CvtColor( IntPtr src, IntPtr dst, COLOR_CONVERSION code, IntPtr stream ) |
Visual Basic |
---|
Public Shared Sub CvtColor ( _ src As IntPtr, _ dst As IntPtr, _ code As COLOR_CONVERSION, _ stream As IntPtr _ ) |
Visual C++ |
---|
public: static void CvtColor( IntPtr src, IntPtr dst, COLOR_CONVERSION code, IntPtr stream ) |
Parameters
- src
- Type: System..::..IntPtr
The source GpuMat
- dst
- Type: System..::..IntPtr
The destination GpuMat
- code
- Type: Emgu.CV.CvEnum..::..COLOR_CONVERSION
The color conversion code
- stream
- Type: System..::..IntPtr
Use a Stream to call the function asynchronously (non-blocking) or IntPtr.Zero to call the function synchronously (blocking).