ImageTColor, TDepthIsROISet Property |
http://www.emgu.com
Indicates if the region of interest has been set
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic bool IsROISet { get; }
Public ReadOnly Property IsROISet As Boolean
Get
public:
property bool IsROISet {
bool get ();
}
member IsROISet : bool with get
Property Value
Type:
Boolean
See Also