Classes |
| class | otb::BCOInterpolateImageFunction< TInputImage, TCoordRep > |
| | Interpolate an image at specified positions using bicubic interpolation. More...
|
| 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 | otb::GenericInterpolateImageFunction< TInputImage, TFunction, TBoundaryCondition, TCoordRep > |
| | Generic interpolation of an otb::Image. 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 | otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > |
| | Prolate interpolation of an otb::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 | otb::WindowedSincInterpolateImageBlackmanFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > |
| | Use the WindowedSincInterpolateImageFunctionBase with a Blackman Function. More...
|
| class | otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > |
| | Use the WindowedSincInterpolateImageFunctionBase with a Cosine Function. More...
|
| class | itk::WindowedSincInterpolateImageFunction< TInputImage, VRadius, TWindowFunction, TBoundaryCondition, TCoordRep > |
| | Use the windowed sinc function to interpolate. More...
|
| class | otb::WindowedSincInterpolateImageFunctionBase< TInputImage, TWindowFunction, TBoundaryCondition, TCoordRep > |
| | Use the windowed sinc function to interpolate. More...
|
| class | otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > |
| | Use the WindowedSincInterpolateImageFunctionBase with a Gaussian Function. More...
|
| class | otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > |
| | Use the WindowedSincInterpolateImageFunctionBase with a Hamming Function. More...
|
| class | otb::WindowedSincInterpolateImageLanczosFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > |
| | Use the WindowedSincInterpolateImageFunctionBase with a Lanczos Function. More...
|
| class | otb::WindowedSincInterpolateImageWelchFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > |
| | Use the WindowedSincInterpolateImageFunctionBase with a Welch Function. More...
|
Image interpolators compute pixel values in non-grid positions. A value can be computed at an image index, continuous index or point.