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.1.0.649 (2.1.0.649)

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