[This is preliminary documentation and is subject to change.]

Get or Set the region of interest for this map. To clear the ROI, set it to System.Drawing.RectangleF.Empty

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public RectangleF ROI { get; set; }
Public Property ROI As RectangleF
public:
property RectangleF ROI {
	RectangleF get ();
	void set (RectangleF value);
}

See Also