ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKPath
Group Filtering
+ Collaboration diagram for Module ITKPath:

Classes

class  itk::ChainCodePath< VDimension >
 Represent a path as a sequence of connected image index offsets. More...
class  itk::ChainCodePath2D
 Represent a 2D path as a sequence of connected image index offsets. More...
class  itk::ChainCodeToFourierSeriesPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >
 Filter that produces a Fourier series version of a chain code path. More...
class  itk::ExtractOrthogonalSwath2DImageFilter< TImage >
 Extracts into rectangular form a "swath" image from the input image along the parametric path. More...
class  itk::FourierSeriesPath< VDimension >
 Represent a closed path through ND Space by its frequency components. More...
class  itk::HilbertPath< TIndexValue, VDimension >
 Represent an n-dimensional Hilbert path for a given order. More...
class  itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >
 Base class for filters that take both a path and an image as input and produce a path as output. More...
class  itk::OrthogonallyCorrected2DParametricPath
 Represent an orthogonally corrected 2D parametric path. More...
class  itk::ParametricPath< VDimension >
 Represent a parametric path through ND Space. More...
class  itk::Path< TInput, TOutput, VDimension >
 Represent a path through ND Space. More...
class  itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath >
 Base class for filters that take both a path and an image as input and produce a path as output. More...
class  itk::PathConstIterator< TImage, TPath >
 PathConstIterator iterates (traces) over a path through an image. More...
class  itk::PathIterator< TImage, TPath >
 PathIterator iterates (traces) over a path through an image. More...
class  itk::PathSource< TOutputPath >
 Base class for all process objects that output path data. More...
class  itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >
 Filter that produces a chain code version of a path. More...
class  itk::PathToImageFilter< TInputPath, TOutputImage >
 Base class for filters that take a Path as input and produce an image as output. Base class for filters that take a Path as input and produce an image as output. By default, if the user does not specify the size of the output image, the maximum size of the path's bounding box is used. The default spacing of the image is given by the spacing of the input path (currently assumed internally to be 1.0). More...
class  itk::PathToPathFilter< TInputPath, TOutputPath >
 Base class for filters that take a path as input and produce a path as output. More...
class  itk::PolyLineParametricPath< VDimension >
 Represent a path of line segments through ND Space. More...

Detailed Description

The classes in this module are intended to describe the concept of a linear path in N-Dimensional space. They can be used to represent contours in 2D images, or curves in 3D space. These classes also include the concept of iterators, polylines, and smooth approximations to paths.

Dependencies: