SoGaussianFilterProcessingstandardDeviation Property |
The standard deviation along each axis.
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
RemarksDefault value is SbVec3f(2.0f,2.0f,2.0f)
See Also