SoHessianMatrixProcessing2dstandardDeviation Property |
Sigma for each direction (X, Y).
Namespace: OIV.ImageViz.Engines.EdgeDetection.OtherDerivativesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.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 0.0. Default value is SbVec2f(1.0f,1.0f).
See Also