Threshold to add to weighted sum.

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 threshold value, which is added to each weighted sum of pixels. The value is added right after division was done by Divisor value.

Default value is set to 0.

See Also