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

Classes

class  itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >
 
class  itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator
 
class  itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >
 
class  itk::DiscreteLevelSetImage< TOutput, VDimension >
 
class  itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator
 
class  itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >
 
class  itk::LevelSetContainer< TIdentifier, TLevelSet >
 
class  itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >
 
class  itk::LevelSetContainerBase< TIdentifier, TLevelSet >
 
struct  itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::LevelSetDataType
 
class  itk::LevelSetDenseImage< TImage >
 
class  itk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >::LevelSetDomain
 
class  itk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >
 
class  itk::LevelSetDomainPartition< TImage >
 
class  itk::LevelSetDomainPartitionBase< TDomain >
 
class  itk::LevelSetDomainPartitionImage< TImage >
 
class  itk::LevelSetDomainPartitionImageWithKdTree< TImage >
 
class  itk::LevelSetDomainPartitionMesh< TMesh >
 
class  itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >
 
class  itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >
 
class  itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer >
 
class  itk::LevelSetEquationContainer< TTermContainer >
 
class  itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer, TCurvatureImage >
 
class  itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >
 
class  itk::LevelSetEquationPropagationTerm< TInput, TLevelSetContainer, TPropagationImage >
 
class  itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >
 
class  itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >
 
class  itk::LevelSetEvolution< TEquationContainer, TLevelSet >
 
class  itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >
 
class  itk::LevelSetEvolutionComputeIterationThreader< TLevelSet, TDomainPartitioner, TLevelSetEvolution >
 
class  itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >
 
class  itk::LevelSetEvolutionUpdateLevelSetsThreader< TLevelSet, TDomainPartitioner, TLevelSetEvolution >
 
class  itk::LevelSetImage< TInput, VDimension, TOutput >
 
class  itk::LevelSetQuadEdgeMesh< TMesh >
 
class  itk::LevelSetSparseImage< TOutput, VDimension >
 
class  itk::MalcolmSparseLevelSetImage< VDimension >
 
class  itk::ShiSparseLevelSetImage< VDimension >
 
class  itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >
 
class  itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >
 
class  itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >
 
class  itk::WhitakerSparseLevelSetImage< TOutput, VDimension >
 

Detailed Description

This module contains classes related to level-set segmentation (new level-set framework from the ITKv4 effort). In level-set segmentation, the segmentation contour is modeled as the zero level set of a higher dimensional level-set function. The level-set function evolves according to a partial differential equation based on image-based features and characteristics of the level-set function. The segmentation evolves from an initial value for the segmenting contour.

Dependencies: