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

Classes

class  itk::CurvatureRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TImageForceFunction >
 Deformably register two images using the fast curvature algorithm. More...
class  itk::DemonsRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField >
 Deformably register two images using the demons algorithm. More...
class  itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
class  itk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
class  itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDeformationField, TParentImageFilter >
 Deformably register two images using a PDE algorithm. More...
class  itk::LevelSetMotionRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField >
 Deformably register two images using level set motion. More...
class  itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
class  itk::MultiResolutionPDEDeformableRegistration< TFixedImage, TMovingImage, TDisplacementField, TRealType >
 Framework for performing multi-resolution PDE deformable registration. More...
class  itk::PDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField >
 Deformably register two images using a PDE algorithm. More...
class  itk::SymmetricForcesDemonsRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField >
 Deformably register two images using the demons algorithm. More...
class  itk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >

Detailed Description

This module contains classes for deformable image registration based on intensity differences by solving the PDE, optical flow problem. This includes Thirion's popular "demons" algorithm.

Dependencies: