SoElasticRegistrationProcessing2dtolerance Property |
Maximum relative variation of the metric to stop the process.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.RegistrationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFDouble tolerance { get; }
Public ReadOnly Property tolerance As SoSFDouble
Get
public:
property SoSFDouble^ tolerance {
SoSFDouble^ get ();
}
member tolerance : SoSFDouble with get
Property Value
Type:
SoSFDoubleRemarks This variation is recomputed at each iteration. Default value is 0.025.
See Also