Click or drag to resize
Accord.NET (logo)

IMotionDetectorMotionLevel Property

Motion level value, [0, 1].

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

Property Value

Type: Single
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% of changes (however it is up to specific implementation to decide how to compare specified frame).

See Also