ITK  4.3.0
Insight Segmentation and Registration Toolkit
Classes
Finite Difference Functions
Functions
+ Collaboration diagram for Finite Difference Functions:

Classes

class  itk::AnisotropicDiffusionFunction< TImage >
 
class  itk::BinaryMinMaxCurvatureFlowFunction< TImage >
 
class  itk::CurvatureFlowFunction< TImage >
 This class encapsulate the finite difference equation which drives a curvature flow denoising algorithm. More...
 
class  itk::CurvatureNDAnisotropicDiffusionFunction< TImage >
 
class  itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >
 This function is used in CurvesLevelSetImageFilter to segment structures in images based on user supplied edge potential map. More...
 
class  itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
struct  itk::MinMaxCurvatureFlowFunction< TImage >::Dispatch< VDimension >
 
struct  itk::MinMaxCurvatureFlowFunction< TImage >::DispatchBase
 
class  itk::ESMDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 Fast implementation of the symmetric demons registration force. More...
 
class  itk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >
 This function is used in GeodesicActiveContourLevelSetImageFilter to segment structures in an image based on a user supplied edge potential map. More...
 
class  itk::GeodesicActiveContourShapePriorLevelSetFunction< TImageType, TFeatureImageType >
 This function is used in GeodesicActiveContourShapePriorSegmentationLevelSetFilter to segment structures in an image based on user supplied edge potential map and shape model. More...
 
struct  itk::ESMDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
 
struct  itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
 
struct  itk::NCCRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
 
struct  itk::MIRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
 
struct  itk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
 
struct  itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
 
struct  itk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
 
struct  itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
 
struct  itk::MeanSquareRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
 
struct  itk::LevelSetFunction< TImageType >::GlobalDataStruct
 
class  itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::GPUPDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::GradientNDAnisotropicDiffusionFunction< TImage >
 
class  itk::LevelSetFunction< TImageType >
 The LevelSetFunction class is a generic function object which can be used to create a level set method filter when combined with an appropriate finite difference image filter. (See FiniteDifferenceImageFilter.) More...
 
class  itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::MeanSquareRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::MinMaxCurvatureFlowFunction< TImage >
 
class  itk::MIRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::NCCRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::ScalarAnisotropicDiffusionFunction< TImage >
 
class  itk::ShapeDetectionLevelSetFunction< TImageType, TFeatureImageType >
 This function is used in the ShapeDetectionLevelSetImageFilter to segment structures in an image based on a user supplied edge potential map. More...
 
struct  itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ShapePriorGlobalDataStruct
 
class  itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >
 This function is used in ShapePriorSegmentationLevelSetFilter to segment structures in an image based on user supplied edge potential map and shape model. More...
 
class  itk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::VectorAnisotropicDiffusionFunction< TImage >
 

Detailed Description

Finite difference functions are used in the finite difference solver (FDS) framework for solving partial differential equations on images using an iterative, finite difference update scheme.

See Also
FiniteDifferenceImageFilter
FiniteDifferenceFunction