ImageTColor, TDepthROI Property |
http://www.emgu.com
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.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Rectangle ROI { get; set; }
Public Property ROI As Rectangle
Get
Set
public:
property Rectangle ROI {
Rectangle get ();
void set (Rectangle value);
}
member ROI : Rectangle with get, set
Property Value
Type:
Rectangle
See Also