Click or drag to resize

ImageTColor, TDepthROI Property

http://www.emgu.com
Get or Set the region of interest for this image. To clear the ROI, set it to System.Drawing.Rectangle.Empty

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Rectangle ROI { get; set; }

Property Value

Type: Rectangle
See Also