ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes
Filters supporting Streaming
Processing images region by region
+ Collaboration diagram for Filters supporting Streaming:

Classes

class  itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >
 Denoise an image using curvature driven flow. More...
class  itk::FlipImageFilter< TImage >
 Flips an image across user specified axes. More...
class  itk::JoinSeriesImageFilter< TInputImage, TOutputImage >
 Join N-D images into an (N+1)-D image. More...
class  itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >
 Framework for creating images in a multi-resolution pyramid. More...
class  itk::PermuteAxesImageFilter< TImage >
 Permutes the image axes according to a user specified order. More...
class  itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >
 Creates a multi-resolution pyramid using a recursive implementation. More...
class  itk::ShrinkImageFilter< TInputImage, TOutputImage >
 Reduce the size of an image by an integer factor in each dimension. More...
class  itk::WarpImageFilter< TInputImage, TOutputImage, TDisplacementField >
 Warps an image using an input displacement field. More...

Detailed Description

Filter can respond to a request for a portion of the output using only a portion of the input.