Click or drag to resize
Accord.NET (logo)

ConvolutionDynamicDivisorForEdges Property

Use dynamic divisor for edges or not.

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

Property Value

Type: Boolean
Remarks

The property specifies how to handle edges. If it is set to , then the same divisor (which is specified by Divisor property or calculated automatically) will be applied both for non-edge regions and for edge regions. If the value is set to , then dynamically calculated divisor will be used for edge regions, which is sum of those kernel elements, which are taken into account for particular processed pixel (elements, which are not outside image).

Default value is set to .

See Also