Click or drag to resize
SoGaussianGradientTensorProcessing3dstandardDeviation Property

The standard deviation for each direction (X, Y, Z) of the Gaussian Kernel that is used for computing first order derivatives.

Namespace: OIV.ImageViz.Engines.EdgeDetection.EdgeMarking
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 or equal to 0.1. Default value is OIV.Inventor.SbVec3f( 3.f, 3.f, 3.f ).

See Also