Click or drag to resize
Accord.NET (logo)

SimpleBackgroundModelingDetectorMotionLevel Property

Motion level value, [0, 1].

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public float MotionLevel { get; }
Request Example View Source

Property Value

Type: Single

Implements

IMotionDetectorMotionLevel
Remarks

Amount of changes in the last processed frame. For example, if value of this property equals to 0.1, then it means that last processed frame has 10% difference with modeled background frame.

See Also