|
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; }
Public ReadOnly Property Steady As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32
The number of frames the detected object
has been in a steady position.
See Also