Division factor.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public int Divisor { get; set; } |
Remarks
The value is used to divide convolution - weighted sum of pixels is divided by this value.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | Divisor can not be equal to zero. |