Difference threshold value, [1, 255].

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

Syntax

C#
public int DifferenceThreshold { get; set; }

Remarks

The value specifies the amount off difference between pixels, which is treated as motion pixel.

Default value is set to 15.

See Also