Get the number of channels in the GpuMat

Namespace: Emgu.CV.GPU
Assembly: 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 int gpuMatGetChannels(
	IntPtr gpuMat
)
Public Shared Function gpuMatGetChannels ( _
	gpuMat As IntPtr _
) As Integer
public:
static int gpuMatGetChannels(
	IntPtr gpuMat
)

Parameters

gpuMat
IntPtr
The GpuMat

Return Value

The number of channels in the GpuMat

See Also