|
Classes |
class | itk::ComareHistogramImageToImageMetric |
| Compares Histograms between two images to be registered to a Training Histogram. More...
|
class | itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage > |
| Computes correlation coefficient similarity measure between two images to be registered. More...
|
class | itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage > |
| Computes similarity between two objects to be registered. More...
|
class | itk::HistogramImageToImageMetric< TFixedImage, TMovingImage > |
| Computes similarity between two objects to be registered. More...
|
class | itk::ImageToImageMetric< TFixedImage, TMovingImage > |
| Computes similarity between regions of two images. More...
|
class | itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap > |
| Computes the minimum distance between a moving point-set and a fixed point-set. A vector of minimum closest point distance is created for each point in the moving point-set. No correspondance is needed. For speed consideration, the point-set with the minimum number of points should be used as the moving point-set. If the number of points is high, the possibility of setting a distance map should improve the speed of the closest point computation. More...
|
class | itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage > |
| Computes the Kubler Lieblach(KL) metric between the histogram of the two images to be registered and a training histogram. More...
|
class | itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage > |
| Computes the mutual information between two images to be registered using the method of Mattes et al. More...
|
class | itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage > |
| Computes similarity between two objects to be registered. More...
|
class | itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TTarget, TMapper > |
| Computes similarity between two objects to be registered. More...
|
class | itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage > |
| Computes mean squared difference similarity measure between two images to be registered. More...
|
class | itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage > |
| Computes similarity between two objects to be registered. More...
|
class | itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage > |
| Computes similarity between pixel values of a point set and intensity values of an image. More...
|
class | itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage > |
| Computes the mutual information between two images to be registered using the histograms of the intensities in the images. More...
|
class | itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage > |
| Computes the mutual information between two images to be registered. More...
|
class | itk::NormalizedCorrelationImageToImageMetric< TFixedImage, TMovingImage > |
| Computes similarity between two images to be registered. More...
|
class | itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage > |
| Computes similarity between pixel values of a point set and intensity values of an image. More...
|
class | itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage > |
| Computes normalized mutual information between two images to be registered using the histograms of the intensities in the images. More...
|
class | itk::PointSetToImageMetric< TFixedPointSet, TMovingImage > |
| Computes similarity between a point set and an image. More...
|
class | itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > |
| Computes similarity between two point sets. More...
|