ITK  5.4.0
Insight Toolkit
Classes
Module ITKRegistrationCommon
+ Collaboration diagram for Module ITKRegistrationCommon:

Classes

class  itk::BlockMatchingImageFilter< TFixedImage, TMovingImage, TFeatures, TDisplacements, TSimilarities >
 
class  itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >
 
class  itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >
 
class  itk::BSplineTransformParametersAdaptor< TTransform >
 
class  itk::CenteredTransformInitializer< TTransform, TFixedImage, TMovingImage >
 
class  itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >
 
class  itk::CommandIterationUpdate< TOptimizer >
 
class  itk::CommandVnlIterationUpdate< TOptimizer >
 
class  itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::ImageToImageMetric< TFixedImage, TMovingImage >::ConstantPointerWrapper
 
class  itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >
 
class  itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::DisplacementFieldTransformParametersAdaptor< TTransform >
 
class  itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >
 
class  itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint
 
class  itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >
 
class  itk::GaussianSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >
 
class  itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::ImageRegistrationMethod< TFixedImage, TMovingImage >
 
class  itk::ImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::ImageToSpatialObjectMetric< TFixedImage, TMovingSpatialObject >
 
class  itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject >
 
class  itk::KappaStatisticImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::LandmarkBasedTransformInitializer< TTransform, TFixedImage, TMovingImage >
 
class  itk::MatchCardinalityImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >
 
class  itk::MeanSquareRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >
 
class  itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >
 
class  itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >
 
class  itk::ImageToImageMetric< TFixedImage, TMovingImage >::MultiThreaderWorkUnitInfoImageToImageMetricWrapper
 
class  itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::NormalizedCorrelationImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >
 
class  itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >
 
class  itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >
 
class  itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >
 
class  itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >
 
class  itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >
 
class  itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >
 
class  itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >
 
class  itk::PointsLocator< TPointsContainer >
 
class  itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >
 
class  itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample
 
class  itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >
 
class  itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >
 
class  itk::TransformParametersAdaptor< TTransform >
 
class  itk::TransformParametersAdaptorBase< TTransform >
 

Detailed Description

This module contains classes to perform registration within the default ITK registration framework. A moving image is registered against a fixed image by optimizing the parameters of a transform. This module contains metrics to compare the fixed and moving image and classes to coordinate the registration procedure. There are classes to perform multi-resolution image registration and also classes to registrations other that image-to-image registrations, e.g. point set-to-image or point set-to-point set registrations. Transforms used in the registration can be found in Module ITKTransform, and optimizers can be found in Module ITKOptimizers. To compare the moving image to the fixed image with the image metric, an interpolator is required– these can be found in Module ITKImageFunction.

Dependencies: