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: 3.1.0.2282 (3.1.0.2282)
Syntax
public Rectangle ROI { get; set; }

Property Value

Type: Rectangle
See Also