http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get or Set the region of interest for this map. To clear the ROI, set it to System.Drawing.RectangleF.Empty
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public RectangleF ROI { get; set; } |
Visual Basic |
---|
Public Property ROI As RectangleF Get Set |
Visual C++ |
---|
public: property RectangleF ROI { RectangleF get (); void set (RectangleF value); } |