Click or drag to resize
CvInvokecvSetImageROI Method
http://www.emgu.com
Sets the image ROI to a given rectangle. If ROI is NULL and the value of the parameter rect is not equal to the whole image, ROI is allocated.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static void cvSetImageROI(
	IntPtr image,
	Rectangle rect
)

Parameters

image
Type: SystemIntPtr
Image header.
rect
Type: System.DrawingRectangle
ROI rectangle.
See Also