Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Classes

Image Interpolators
[Image Functions]

Collaboration diagram for Image Interpolators:

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...

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

Generated at Mon Jul 12 2010 20:21:01 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000