Click or drag to resize
Accord.NET (logo)

ThresholdedDifferenceThreshold Property

Difference threshold.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int Threshold { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The property specifies difference threshold. If difference between pixels of processing image and overlay image is greater than this value, then corresponding pixel of result image is set to white; otherwise black.

Default value is set to 15.

See Also