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.0.1.0 (2.0.1.0)

Syntax

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

See Also