SoElasticRegistrationProcessing2dfluidStandardDeviation Property |
The standard deviation in pixel of the gaussian kernel used to smooth the forces field at each iteration.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.RegistrationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2f fluidStandardDeviation { get; }
Public ReadOnly Property fluidStandardDeviation As SoSFVec2f
Get
public:
property SoSFVec2f^ fluidStandardDeviation {
SoSFVec2f^ get ();
}
member fluidStandardDeviation : SoSFVec2f with get
Property Value
Type:
SoSFVec2fRemarks This parameter value is critical to reach large displacements. Default value is OIV.Inventor.SbVec2f(10.0f,10.0f).
See Also