Click or drag to resize
SoGaussianBlurFilterProcessingkernelSizeFactor Property

This parameter is used to compute the size of the kernel applied in the SEPARABLE mode.

Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFFloat kernelSizeFactor { get; }

Property Value

Type: SoSFFloat
Remarks

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.

See Also