MapTColor, TDepthROI Property |
http://www.emgu.com
Get or Set the region of interest for this map. To clear the ROI, set it to System.Drawing.RectangleF.Empty
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic RectangleF ROI { get; set; }
Public Property ROI As RectangleF
Get
Set
public:
property RectangleF^ ROI {
RectangleF^ get ();
void set (RectangleF^ value);
}
member ROI : RectangleF with get, set
Property Value
Type:
RectangleF
See Also