|
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; }
Public Property DifferenceThreshold As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks The value specifies the amount off difference between pixels, which is treated
as motion pixel.
Default value is set to 15.
See Also