Click or drag to resize
Accord.NET (logo)

SimpleBackgroundModelingDetectorDifferenceThreshold Property

Difference threshold value, [1, 255].

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

Property Value

Type: Int32
Remarks

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

Default value is set to 15.

See Also