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.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public RectangleF ROI { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ROI As RectangleF |
| Visual C++ |
|---|
public: property RectangleF ROI { RectangleF get (); void set (RectangleF value); } |