Click or drag to resize

CvInvokecvResetImageROI Method

http://www.emgu.com
Releases image ROI. After that the whole image is considered 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 void cvResetImageROI(
	IntPtr image
)

Parameters

image
Type: SystemIntPtr
Image header
See Also