Get or Set the region of interest for this image. To clear the ROI, set it to System.Drawing.Rectangle.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 Rectangle ROI { get; set; }
Public Property ROI As Rectangle
public:
property Rectangle ROI {
	Rectangle get ();
	void set (Rectangle value);
}

See Also