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

Parameters

image
Type: SystemIntPtr
Image header
See Also