Click or drag to resize
Accord.NET (logo)

ConvolutionThreshold Property

Threshold to add to weighted sum.

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 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