SoGaussianDerivativeProcessingstandardDeviation Property |
Sigma for each direction (X, Y and Z).
Namespace: OIV.ImageViz.Engines.EdgeDetection.OtherDerivativesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec3f standardDeviation { get; }
Public ReadOnly Property standardDeviation As SoSFVec3f
Get
public:
property SoSFVec3f^ standardDeviation {
SoSFVec3f^ get ();
}
member standardDeviation : SoSFVec3f with get
Property Value
Type:
SoSFVec3fRemarks Each value must be greater than or equal to 0.1. Default value is OIV.Inventor.SbVec3f(1.0f,1.0f,1.0f).
See Also