Click or drag to resize
SoNonLocalMeansFilterProcessingpatchSize Property

The patch box 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 patchSize { get; }

Property Value

Type: SoSFInt32
Remarks

The weight of a voxel in the search windows is computed by comparing the neighborhood of this voxel with the neighborhood of the target voxel. The value represents the edge size of the neighborhood volume in number of voxels (neighborhood is a cube), and affects the quality of the result. If this value is either much smaller or much larger than fine structures in the data the algorithm shows little or no effect at all. This parameter has almost no effect on the computation time. Default value is 3.

See Also