|
class | Base |
| This class defines the interface for classes that perform image interpolation. More...
|
|
class | LinearInterp |
|
class | LinearInterp< ImageType, LinearInterpProcessingType::Derivative > |
|
class | LinearInterp< ImageType, LinearInterpProcessingType::Value > |
|
class | LinearInterp< ImageType, LinearInterpProcessingType::ValueAndDerivative > |
|
class | LinearInterpBase |
|
class | Masked |
| Implicit masking for interpolator class. More...
|
|
class | Nearest |
| This class provides access to the voxel intensities of an Image, using nearest-neighbour interpolation. More...
|
|
class | Sinc |
| This class provides access to the voxel intensities of an image, using sinc interpolation. More...
|
|
class | SplineInterp |
|
class | SplineInterp< ImageType, SplineType, Math::SplineProcessingType::Derivative > |
|
class | SplineInterp< ImageType, SplineType, Math::SplineProcessingType::Value > |
|
class | SplineInterp< ImageType, SplineType, Math::SplineProcessingType::ValueAndDerivative > |
|
class | SplineInterpBase |
| This class provides access to the voxel intensities of an image using cubic spline interpolation. More...
|
|
struct | value_type_of |
| This class provides access to the voxel intensities of a data set, using tri-linear interpolation. More...
|
|
struct | value_type_of< std::complex< X > > |
|
|
template<class ImageType , typename... Args> |
Cubic< ImageType > | make_cubic (const ImageType &parent, Args &&... args) |
|
template<class ImageType , typename... Args> |
Linear< ImageType > | make_linear (const ImageType &parent, Args &&... args) |
|
template<class ImageType , typename... Args> |
Nearest< ImageType > | make_nearest (const ImageType &parent, Args &&... args) |
|
template<class ImageType , typename... Args> |
Sinc< ImageType > | make_sinc (const ImageType &parent, Args &&... args) |
|