Click or drag to resize
SoNonLocalMeansFilterProcessingsimilarity Property

The similarity is used to compute weight assigned to each voxel in the search window (see expression of ).

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 similarity { get; }

Property Value

Type: SoSFFloat
Remarks

The squared similarity is proportional to the standard deviation of the assumed gaussian noise of the input image. As result, the larger the value, the more the resulting image will be smoothed. The similarity has no effect on the computation time. Default value is 0.6f.

See Also