Click or drag to resize
SoImageRegistrationTransformcoarsestResampling Property

The sub-sampling factor along each axis.

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

Property Value

Type: SoSFVec3i32
Remarks

This parameter defines the resampling rate for the coarsest resolution level where registration starts. The resampling rate refers to the reference data set.

If the voxel sizes of model and reference differ, the resampling rates for the model are adapted in order to achieve similar voxel sizes as for the reference on the same level.

A coarsest resampling factor of 8 means that one voxel at the coarsest level is equal to 8 voxels at the finest level for the related dimension.

This resampling factor is specified for each dimension of the input volume.

This parameter is ignored if autoParameterMode is set to true.

Default value is SbVec3i32( 8, 8, 8 ).

See Also