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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void cvResetImageROI(
	IntPtr image
)

Parameters

image
Type: SystemIntPtr
Image header
See Also