|
TrackingObjectIsEmpty Property
|
Gets a value indicating whether the object is empty.
Namespace:
Accord.Vision.Tracking
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if this instance is empty; otherwise,
false.
See Also