Click or drag to resize
Accord.NET (logo)

CamshiftIsSteady Property

Gets whether the tracking object is showing little variation of fluctuation.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public bool IsSteady { get; }
Request Example View Source

Property Value

Type: Boolean
true if the tracking object is steady; otherwise, false.
See Also