![]() |
ConvolutionDynamicDivisorForEdges Property |
Namespace: Accord.Imaging.Filters
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 .