Click or drag to resize
CvInvokecvGetImageCOI Method
http://www.emgu.com
Returns channel of interest of the image (it returns 0 if all the channels are selected).

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static int cvGetImageCOI(
	IntPtr image
)

Parameters

image
Type: SystemIntPtr
Image header.

Return Value

Type: Int32
channel of interest of the image (it returns 0 if all the channels are selected)
See Also