ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
Classes | |
class | itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension > |
Level set auxiliary variables type information. More... | |
class | itk::FastMarchingBase< TInput, TOutput > |
Abstract class to solve an Eikonal based-equation using Fast Marching Method. More... | |
class | itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage > |
Extend auxiliary variables smoothly using Fast Marching. More... | |
class | itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension > |
Extend auxiliary variables smoothly using Fast Marching. More... | |
class | itk::FastMarchingImageFilter< TLevelSet, TSpeedImage > |
Solve an Eikonal equation using Fast Marching. More... | |
class | itk::FastMarchingImageFilterBase< TInput, TOutput > |
Fast Marching Method on Image. More... | |
class | itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage > |
Convenient adaptor class which converts Image into FastMarching::NodePairContainerType used for initializing the FastMarching. More... | |
class | itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput > |
Stopping Criterion is verified when Current Number of Elements is equal to or greater than the provided Target Number Of Elements. More... | |
class | itk::FastMarchingQuadEdgeMeshFilterBase< TInput, TOutput > |
Fast Marching Method on QuadEdgeMesh. More... | |
class | itk::FastMarchingReachedTargetNodesStoppingCriterion< TInput, TOutput > |
Stopping criterion for FastMarchingFilterBase. More... | |
class | itk::FastMarchingStoppingCriterionBase< TInput, TOutput > |
Abstract Stopping Criterion dedicated for Fast Marching Methods. More... | |
class | itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput > |
Stopping Criterion is verified when Current Value is equal to or greater than the provided threshold. More... | |
class | itk::FastMarchingTraits< TInput, TOutput > |
Base class traits to be used by the FastMarchingBase. More... | |
class | itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage > |
Generates the upwind gradient field of fast marching arrival times. More... | |
class | itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput > |
Generates the upwind gradient field of fast marching arrival times. More... | |
class | itk::LevelSetNode< TPixel, VSetDimension > |
Represent a node in a level set. More... | |
class | itk::LevelSetTypeDefault< TLevelSet > |
Level set type information. More... | |
class | itk::NodePair< TNode, TOutputPixel > |
Represents a Node and its associated value (front value) More... | |
This module contains implementations of generalized versions of the Fast Marching filter. These implementations cover the use of Fast Marching in both itk::Images and itk::QuadEdgeMeshes.