SoImageRegistrationTransformautoParameterMode Property |
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.RegistrationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool autoParameterMode { get; }
Public ReadOnly Property autoParameterMode As SoSFBool
Get
public:
property SoSFBool^ autoParameterMode {
SoSFBool^ get ();
}
member autoParameterMode : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksIf true, optimization parameters (optimizerStep and coarsestResampling) are computed automatically. Default value is true.
See Also