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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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