ITK  4.4.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKPath
+ Collaboration diagram for Module ITKPath:

Classes

class  itk::ChainCodePath< VDimension >
 
class  itk::ChainCodePath2D
 
class  itk::ChainCodeToFourierSeriesPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >
 
class  itk::ExtractOrthogonalSwath2DImageFilter< TImage >
 
class  itk::FourierSeriesPath< VDimension >
 
class  itk::HilbertPath< TIndexValue, VDimension >
 
class  itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >
 
class  itk::OrthogonallyCorrected2DParametricPath
 
class  itk::ParametricPath< VDimension >
 
class  itk::Path< TInput, TOutput, VDimension >
 
class  itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath >
 
class  itk::PathConstIterator< TImage, TPath >
 
class  itk::PathIterator< TImage, TPath >
 
class  itk::PathSource< TOutputPath >
 
class  itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >
 
class  itk::PathToImageFilter< TInputPath, TOutputImage >
 
class  itk::PathToPathFilter< TInputPath, TOutputPath >
 
class  itk::PolyLineParametricPath< VDimension >
 

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: