Click or drag to resize

CvInvokecvGetImageROI 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: 4.1.1.3497 (4.1.1.3497)
Syntax
public static Rectangle cvGetImageROI(
	IntPtr image
)

Parameters

image
Type: SystemIntPtr
Image header.

Return Value

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