ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes
Filters that cannot be streamed
Processing images region by region
+ Collaboration diagram for Filters that cannot be streamed:

Classes

class  itk::BSplineDecompositionImageFilter< TInputImage, TOutputImage >
 Calculates the B-Spline coefficients of an image. Spline order may be from 0 to 5. More...
class  itk::BSplineDownsampleImageFilter< TInputImage, TOutputImage, ResamplerType >
 Down-samples an image by a factor of 2 using B-Spline filter interpolation. More...
class  itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >
 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  itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >
 Uses the "l2" spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2. More...
class  itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >
 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...

Detailed Description

Filter requires either all the input or produces all the output.