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