Click or drag to resize
SoGaussianBlurFilterProcessingstandardDeviation Property

The standard deviation value for each direction (X, Y, Z).

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

Property Value

Type: SoSFVec3f
Remarks

Each value must be greater than 0.0. Default value is OIV.Inventor.SbVec3f(1.0f,1.0f,1.0f).

See Also