Click or drag to resize
SoImageRegistrationTransformautoParameterMode Property

The way to determine the coarsestResampling and optimizerStep parameters.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.Registration
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFBool autoParameterMode { get; }

Property Value

Type: SoSFBool
Remarks

If true, these parameters are automatically computed.

In this case the optimizerStep, for the coarsest resolution is 1/5 of the size of the reference image bounding box and for the finest resolution it is 1/6 of the reference image voxel size.

For the coarsestResampling, if the voxels of the reference image are anisotropic, i.e., have a different size in X, Y, and Z directions, the default resampling rates are around 8 and adapted in order to achieve isotropic voxels on the coarsest level.

If the voxels of the reference image are isotropic, i.e., have a the same size in X, Y, and Z directions, the default resampling rate is computed in order to get at least 30 voxels along each direction.

Default value is true.

See Also