Interface | Description |
---|---|
VolumeImage |
Base class for volumetric images
|
VolumeImageResampler |
Helper object for resampling a volumetric image
|
Class | Description |
---|---|
ConvolutionResampler |
Resamples image by taking a convolution with 3D kernel
|
ConvolutionResampler.ConvolutionKernel3d | |
NearestNeighbourResampler |
Resamples image by doing a nearest-neighbour look-up
|
TrilinearResampler |
Resamples image using trilinear interpolation
|