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.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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