Detailed Description
Image interpolators compute pixel values in non-grid positions.
A value can be computed at an image index, continuous index or point.
- See also:
- Image
ImageFunction
|
Classes |
| class | itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder > |
| | Returns the weights over the support region used for B-spline interpolation/reconstruction. More...
|
| class | itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > |
| | Complex wrapper around BSplineInterpolateImageFunction. More...
|
| class | itk::InterpolateImageFunction< TInputImage, TCoordRep > |
| | Base class for all image interpolaters. More...
|
| class | itk::LinearInterpolateImageFunction< TInputImage, TCoordRep > |
| | Linearly interpolate an image at specified positions. More...
|
| class | itk::NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep > |
| | Nearest neighbor interpolation of a scalar image. More...
|
| class | itk::VectorInterpolateImageFunction< TInputImage, TCoordRep > |
| | Base class for all vector image interpolaters. More...
|
| class | itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep > |
| | Linearly interpolate a vector image at specified positions. More...
|
| class | itk::VectorLinearInterpolateNearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep > |
| | Linearly interpolate or NN extrapolate a vector image at specified positions. More...
|
| class | itk::VectorNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep > |
| | Nearest neighbor interpolate a vector image at specified positions. More...
|
| class | itk::WindowedSincInterpolateImageFunction< TInputImage, VRadius, TWindowFunction, TBoundaryCondition, TCoordRep > |
| | Use the windowed sinc function to interpolate. More...
|