SoGaussianBlurFilterProcessingstandardDeviation Property |
The standard deviation value for each direction (X, Y, Z).
Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFVec3f standardDeviation { get; }
Public ReadOnly Property standardDeviation As SoSFVec3f
Get
public:
property SoSFVec3f^ standardDeviation {
SoSFVec3f^ get ();
}
member standardDeviation : SoSFVec3f with get
Property Value
Type:
SoSFVec3f
RemarksEach value must be greater than 0.0. Default value is SbVec3f(1.0f,1.0f,1.0f).
See Also