Click or drag to resize
Accord.NET (logo)

ConvolutionDivisor Property

Division factor.

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

Property Value

Type: Int32
Exceptions
ExceptionCondition
ArgumentExceptionDivisor can not be equal to zero.
Remarks

The value is used to divide convolution - weighted sum of pixels is divided by this value.

Note Note
The value may be calculated automatically in the case if constructor with one parameter is used (Convolution(Int32)).

See Also