www.emgu.com/wiki
Returns channel of interest of the image (it returns 0 if all the channels are selected).

Declaration Syntax
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)
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)