Click or drag to resize
SoLocalStatisticsProcessingkernelSize Property

Specifies the size of the kernel.

Namespace: OIV.ImageViz.Engines.ImageFiltering.TextureFilters
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFInt32 kernelSize { get; }

Property Value

Type: SoSFInt32
Remarks

The value of kernelSize is actually the 'half' kernel size. For example, kernelSize = 1 applies a 3x3(x3) pixel kernel in 2D(3D) when kernelShape is CUBE. Default value is 3.

See Also