Classes | |
class | BSplineDownsampleImageFilter |
Down-samples an image by a factor of 2 using B-Spline filter interpolation. More... | |
class | BSplineL2ResampleImageFilterBase |
Uses the "Centered l2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2. More... | |
class | BSplineResampleImageFilterBase |
Uses the "l2" spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2. More... | |
class | BSplineUpsampleImageFilterBase |
Uses B-Spline interpolation to upsample an image by a factor of 2. This class is the public interface for spline upsampling as defined by the ResamplerType. More... | |
class | itkBSplineCenteredL2ResampleImageFilterBase |
Uses the "Centered L2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2. More... | |
class | itkBSplineDecompositionImageFilter |
Calculates the B-Spline coefficients of an image. Spline order may be from 0 to 5. More... |