Motion level value, [0, 1].

Namespace:  AForge.Vision.Motion
Assembly:  AForge.Vision (in AForge.Vision.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public float MotionLevel { get; }

Implements

IMotionDetector..::.MotionLevel

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 defined background frame.

See Also