ImageTColor, TDepthIsROISet Property |
http://www.emgu.com
Indicates if the region of interest has been set
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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