Click or drag to resize
SoResampleImageProcessing3dSamplingModes Enumeration

This enum defines how the voxel size of the output image is computed.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum SamplingModes
Members
  Member nameValueDescription
AUTOMATIC0

The voxel size is automatically computed to be as close as possible to the input image.

Note that this mode does not work if OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoResampleImageProcessing3d.transform is not the identity (an error is raised) .

MANUAL1

The user specifies the output image dimension (SoResampleImageProcessing3d.outputImageDimension) and thus the output voxel size.

Remarks