Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is empty; otherwise, false.
See Also