SoGaussianGradientTensorProcessing2dstandardDeviation Property |
The standard deviation for each direction (X, Y) of the Gaussian Kernel that is used for computing first order derivatives.
Namespace: OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFVec2f standardDeviation { get; }
Public ReadOnly Property standardDeviation As SoSFVec2f
Get
public:
property SoSFVec2f^ standardDeviation {
SoSFVec2f^ get ();
}
member standardDeviation : SoSFVec2f with get
Property Value
Type:
SoSFVec2f
RemarksEach value must be greater than or equal to 0.1. Default value is SbVec2f( 3.f, 3.f ).
See Also