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