Click or drag to resize
Accord.NET (logo)

HaarObjectDetectorSteady Property

Gets how many frames the object has been detected in a steady position.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public int Steady { get; }
Request Example View Source

Property Value

Type: Int32
The number of frames the detected object has been in a steady position.
See Also