Click or drag to resize
SoImageRegistrationTransform3dcoarsestResampling Property

Voxel size at the coarsest level.

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

Property Value

Type: SoSFVec3i32
Remarks

If the coarsestResampling[0] = 8, it means that one voxel at the coarsest level is equal to 8 voxels at the finest level for the first dimension. The coarsestResampling is specified for each one of the 3 dimensions of the volume. Default value is SbVec3i32(8,8,8). This parameter is ignored if autoParameterMode is set to true.

See Also