SoResampleImageProcessing3dSamplingModes Enumeration |
This enum defines how the voxel size of the output image is computed.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms
Member name | Value | Description | |
---|---|---|---|
AUTOMATIC | 0 | The voxel size is automatically computed to be as close as possible to the input image. Note that this mode does not work if SoResampleImageProcessing3d.transform is not the identity (an error is raised) . | |
MANUAL | 1 | The user specifies the output image dimension (SoResampleImageProcessing3d.outputImageDimension) and thus the output voxel size. |