Interpolation kernels to be used with UniformVolumeInterpolator. More...
Classes | |
class | Cubic |
Cubic interpolator. More... | |
class | Linear |
Linear interpolator. More... | |
class | NearestNeighbor |
NearestNeighbor interpolator. More... | |
class | HammingSinc |
Sinc interpolator with Hamming window. More... | |
class | CosineSinc |
Sinc interpolator with Cosine window. More... | |
Enumerations | |
enum | InterpolationEnum { NEAREST_NEIGHBOR, PARTIALVOLUME, LINEAR, CUBIC, COSINE_SINC, HAMMING_SINC, DEFAULT } |
Constants for interpolation modes. More... |
Interpolation kernels to be used with UniformVolumeInterpolator.
Constants for interpolation modes.
Definition at line 47 of file cmtkInterpolator.h.