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.2.0.1010 (2.2.0.1010)

Syntax

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

See Also