Click or drag to resize
SoNonLocalMeansFilterProcessingkernelSize Property

The search window size to apply.

Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising
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

  • In case of a square/cube, a value N will produce a square/cube with 2N+1 side length

  • In case of a disk/ball, a value N will produce a disk/ball with a 2N+1 diameter's length The larger the search window is, the better the results usually are. But the size of the search window also effects the run time significantly. This value has to be set to a large enough value so that similar structures can be found within the search window area. Too small values will result in simple blurring of the image because there is not enough structural data within the search window area. Default value is 6.

See Also