Returns channel of interest of the image (it returns 0 if all the channels are selected).

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int cvGetImageCOI(
	IntPtr image
)
Public Shared Function cvGetImageCOI ( _
	image As IntPtr _
) As Integer
public:
static int cvGetImageCOI(
	IntPtr image
)

Parameters

image
IntPtr
Image header.

Return Value

channel of interest of the image (it returns 0 if all the channels are selected)

See Also