Difference threshold.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public int Threshold { get; set; }

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