ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
Classes | |
class | itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage > |
Evaluates the Centered B-Spline interpolation of an image. Spline order may be from 0 to 5. More... | |
class | itk::BSplineControlPointImageFilter< TInputImage, TOutputImage > |
Process a given a B-spline grid of control points. More... | |
class | itk::BSplineControlPointImageFunction< TInputImage, TCoordRep > |
Evaluate a B-spline object given a grid of control points. 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::BSplineScatteredDataPointSetToImageFilter< TInputPointSet, TOutputImage > |
Image filter which provides a B-spline output approximation. 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 | itk::ChangeInformationImageFilter< TInputImage > |
Change the origin, spacing and/or region of an Image. More... | |
class | itk::ConstantPadImageFilter< TInputImage, TOutputImage > |
Increase the image size by padding with a constant value. More... | |
class | itk::CoxDeBoorBSplineKernelFunction< VSplineOrder, TRealValueType > |
BSpline kernel used for density estimation and nonparameteric regression. More... | |
class | itk::CropImageFilter< TInputImage, TOutputImage > |
Decrease the image size by cropping the image by an itk::Size at both the upper and lower bounds of the largest possible region. More... | |
class | itk::CyclicShiftImageFilter< TInputImage, TOutputImage > |
Perform a cyclic spatial shift of image intensities on the image grid. More... | |
class | itk::ExpandImageFilter< TInputImage, TOutputImage > |
Expand the size of an image by an integer factor in each dimension. More... | |
class | itk::FlipImageFilter< TImage > |
Flips an image across user specified axes. More... | |
class | itk::InterpolateImageFilter< TInputImage, TOutputImage > |
Interpolate an image from two N-D images. More... | |
class | itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType > |
Resamples an image at the coordinates specified by the user. 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 | itk::MirrorPadImageFilter< TInputImage, TOutputImage > |
Increase the image size by padding with replicants of the input image value. More... | |
class | itk::OrientImageFilter< TInputImage, TOutputImage > |
Permute axes and then flip images as needed to obtain agreement in coordinateOrientation codes. More... | |
class | itk::PadImageFilter< TInputImage, TOutputImage > |
Increase the image size by padding. Superclass for filters that fill in extra pixels. More... | |
class | itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage > |
Paste an image into another image. More... | |
class | itk::PermuteAxesImageFilter< TImage > |
Permutes the image axes according to a user specified order. More... | |
class | itk::RegionOfInterestImageFilter< TInputImage, TOutputImage > |
Extract a region of interest from the input image. More... | |
class | itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > |
Resample an image via a coordinate transform. More... | |
class | itk::ShrinkImageFilter< TInputImage, TOutputImage > |
Reduce the size of an image by an integer factor in each dimension. More... | |
class | itk::SliceBySliceImageFilter< TInputImage, TOutputImage, TInputFilter, TOutputFilter, TInternalInputImage, TInternalOutputImage > |
Apply a filter or a pipeline slice by slice on an image. More... | |
class | itk::TileImageFilter< TInputImage, TOutputImage > |
Tile multiple input images into a single output image. More... | |
class | itk::TileImageFilter< TInputImage, TOutputImage >::TileInfo |
class | itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > |
Resample an image via a coordinate transform. More... | |
class | itk::WarpImageFilter< TInputImage, TOutputImage, TDisplacementField > |
Warps an image using an input displacement field. More... | |
class | itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField > |
Warps an image using an input displacement field. More... | |
class | itk::WrapPadImageFilter< TInputImage, TOutputImage > |
Increase the image size by padding with replicants of the input image value. More... | |
class | itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage > |
Increase the image size by padding according to the zero-flux Neumann boundary condition. More... | |
This module groups image filters whose operations are related to manipulations of the underlying image grid. For example, flipping an image, permuting axis, padding, cropping, pasting, tiling, resampling, shrinking, and changing its origin or spacing or orientation.