SoGaussianBlurFilterProcessingkernelSizeFactor Property |
This parameter is used to compute the size of the kernel applied in the SEPARABLE mode.
Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising
The kernel size value will be twice the kernelSizeFactor multiplied by the standard deviation associated to the axe. If the resulting kernel size is even, it is incremented by one in order to ensure an odd kernel size. This parameter is ignored in RECURSIVE mode. Default value is 2.0f.