Data Structures |
class | elastix::AdvancedKappaStatisticMetric< TElastix > |
| An metric based on the itk::AdvancedKappaStatisticImageToImageMetric. More...
|
class | elastix::AdvancedMattesMutualInformationMetric< TElastix > |
| A metric based on the itk::ParzenWindowMutualInformationImageToImageMetric. More...
|
class | elastix::AdvancedMeanSquaresMetric< TElastix > |
| An metric based on the itk::AdvancedMeanSquaresImageToImageMetric. More...
|
class | elastix::AdvancedNormalizedCorrelationMetric< TElastix > |
| An metric based on the itk::AdvancedNormalizedCorrelationImageToImageMetric. More...
|
class | elastix::CorrespondingPointsEuclideanDistanceMetric< TElastix > |
| An metric based on the itk::CorrespondingPointsEuclideanDistancePointMetric. More...
|
class | elastix::DisplacementMagnitudePenalty< TElastix > |
| A penalty term that penalises ||T(x)-x||. More...
|
class | elastix::GradientDifferenceMetric< TElastix > |
| An metric based on the itk::GradientDifferenceImageToImageMetric. More...
|
class | elastix::KNNGraphAlphaMutualInformationMetric< TElastix > |
| A metric based on the itk::KNNGraphAlphaMutualInformationImageToImageMetric. More...
|
class | elastix::MetricBase< TElastix > |
| This class is the elastix base class for all Metrics. More...
|
class | elastix::MutualInformationHistogramMetric< TElastix > |
| A metric based on the itk::MutualInformationHistogramImageToImageMetric. More...
|
class | elastix::NormalizedGradientCorrelationMetric< TElastix > |
| An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric. More...
|
class | elastix::NormalizedMutualInformationMetric< TElastix > |
| A metric based on the itk::ParzenWindowNormalizedMutualInformationImageToImageMetric. More...
|
class | elastix::PatternIntensityMetric< TElastix > |
| An metric based on the itk::PatternIntensityImageToImageMetric. More...
|
class | elastix::TransformBendingEnergyPenalty< TElastix > |
| A penalty term based on the bending energy of a thin metal sheet. More...
|
class | elastix::TransformRigidityPenalty< TElastix > |
| A penalty term based on non-rigidity. More...
|
class | elastix::VarianceOverLastDimensionMetric< TElastix > |
| Compute the sum of variances over the slowest varying dimension in the moving image. More...
|
class | elastix::ViolaWellsMutualInformationMetric< TElastix > |
| A metric based on the itk::MutualInformationImageToImageMetric. More...
|
class | itk::AdvancedKappaStatisticImageToImageMetric< TFixedImage, TMovingImage > |
| Computes similarity between two objects to be registered. More...
|
class | itk::AdvancedMeanSquaresImageToImageMetric< TFixedImage, TMovingImage > |
| Compute Mean square difference between two images, based on AdvancedImageToImageMetric... More...
|
class | itk::AdvancedNormalizedCorrelationImageToImageMetric< TFixedImage, TMovingImage > |
| Computes normalized correlation between two images, based on AdvancedImageToImageMetric... More...
|
class | itk::DisplacementMagnitudePenaltyTerm< TFixedImage, TScalarType > |
| A cost function that calculates . More...
|
class | itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage > |
| An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric. More...
|
class | itk::ParzenWindowHistogramImageToImageMetric< TFixedImage, TMovingImage > |
| A base class for image metrics based on a joint histogram computed using Parzen Windowing. More...
|
class | itk::ParzenWindowMutualInformationImageToImageMetric< TFixedImage, TMovingImage > |
| Computes the mutual information between two images to be registered using the method of Mattes et al. More...
|
class | itk::ParzenWindowNormalizedMutualInformationImageToImageMetric< TFixedImage, TMovingImage > |
| Computes the normalized mutual information between two images to be registered using a method based on Thevenaz&Unser [3]. More...
|
class | itk::TransformBendingEnergyPenaltyTerm< TFixedImage, TScalarType > |
| A cost function that calculates the bending energy of a transformation. More...
|
class | itk::TransformPenaltyTerm< TFixedImage, TScalarType > |
| A cost function that calculates a penalty term on a transformation. More...
|
class | itk::TransformRigidityPenaltyTerm< TFixedImage, TScalarType > |
| A cost function that calculates a rigidity penalty term. More...
|
class | itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage > |
| Compute the sum of variances over the slowest varying dimension in the moving image. More...
|
Metrics are the similarity measures that a registration algorithm tries to optimize.