18#ifndef __elxDisplacementMagnitudePenalty_H__
19#define __elxDisplacementMagnitudePenalty_H__
44template<
class TElastix >
48 typename MetricBase< TElastix >::FixedImageType,
60 typedef itk::SmartPointer< Self >
Pointer;
121 FixedImageType::ImageDimension );
125 MovingImageType::ImageDimension );
160#ifndef ITK_MANUAL_INSTANTIATION
161#include "elxDisplacementMagnitudePenalty.hxx"
A class that deals with user given parameters and command line arguments.
A penalty term that penalises ||T(x)-x||.
DisplacementMagnitudePenalty Self
Superclass1::InputPointType InputPointType
Superclass2::ElastixType ElastixType
Superclass1::MovingImageMaskType MovingImageMaskType
elxClassNameMacro("DisplacementMagnitudePenalty")
Superclass1::OutputPointType OutputPointType
Superclass1::InterpolatorPointer InterpolatorPointer
Superclass2::ElastixPointer ElastixPointer
Superclass1::RealType RealType
Superclass1::MeasureType MeasureType
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
Superclass1::InterpolatorType InterpolatorType
Superclass1::MovingImageConstPointer MovingImageConstPointer
Superclass1::FixedImageType FixedImageType
Superclass1::ParametersType ParametersType
Superclass2::RegistrationPointer RegistrationPointer
~DisplacementMagnitudePenalty() override
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass1::GradientImagePointer GradientImagePointer
Superclass1::MovingImageRegionType MovingImageRegionType
itk::SmartPointer< Self > Pointer
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
DisplacementMagnitudePenalty(const Self &)
Superclass1::TransformType TransformType
Superclass2::ConfigurationType ConfigurationType
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
Superclass1::ImageSamplerType ImageSamplerType
Superclass1::FixedImagePixelType FixedImagePixelType
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Superclass1::GradientPixelType GradientPixelType
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
Superclass1::FixedImageMaskType FixedImageMaskType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
MetricBase< TElastix > Superclass2
Superclass1::MovingImageType MovingImageType
Superclass1::GradientImageFilterType GradientImageFilterType
itk::DisplacementMagnitudePenaltyTerm< typename MetricBase< TElastix >::FixedImageType, double > Superclass1
Superclass1::FixedImageRegionType FixedImageRegionType
Superclass1::TransformPointer TransformPointer
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
Superclass1::MovingImageLimiterType MovingImageLimiterType
Superclass2::RegistrationType RegistrationType
void Initialize(void) override
void operator=(const Self &)
Superclass1::FixedImageLimiterType FixedImageLimiterType
Superclass1::MovingImagePixelType MovingImagePixelType
Superclass1::TransformParametersType TransformParametersType
Superclass1::FixedImageConstPointer FixedImageConstPointer
DisplacementMagnitudePenalty()
Superclass1::GradientImageType GradientImageType
Superclass1::TransformJacobianType TransformJacobianType
Superclass2::ITKBaseType ITKBaseType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass1::ImageSamplerPointer ImageSamplerPointer
itk::SmartPointer< const Self > ConstPointer
Superclass1::DerivativeType DerivativeType
This class is the elastix base class for all Metrics.
itk::SingleValuedCostFunction ITKBaseType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ElastixType ElastixType
ElastixType::FixedImageType FixedImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationType RegistrationType
Superclass::ElastixPointer ElastixPointer
MovingImageType::RegionType MovingImageRegionType
FixedImageLimiterType::OutputType FixedImageLimiterOutputType
MovingImageLimiterType::OutputType MovingImageLimiterOutputType
A cost function that calculates .
Superclass::TransformParametersType TransformParametersType
Superclass::OutputPointType OutputPointType
Superclass::FixedImagePixelType FixedImagePixelType
Superclass::RealType RealType
Superclass::TransformJacobianType TransformJacobianType
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Superclass::ParametersType ParametersType
Superclass::MovingImageType MovingImageType
Superclass::FixedImageRegionType FixedImageRegionType
Superclass::ImageSampleContainerType ImageSampleContainerType
Superclass::GradientImageType GradientImageType
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass::InterpolatorType InterpolatorType
Superclass::DerivativeType DerivativeType
Superclass::MeasureType MeasureType
Superclass::FixedImageType FixedImageType
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Superclass::MovingImageMaskType MovingImageMaskType
Superclass::FixedImageMaskType FixedImageMaskType
Superclass::GradientImageFilterType GradientImageFilterType
Superclass::InputPointType InputPointType
Superclass::GradientPixelType GradientPixelType
Superclass::TransformPointer TransformPointer
Superclass::FixedImageMaskPointer FixedImageMaskPointer
Superclass::MovingImagePixelType MovingImagePixelType
Superclass::InterpolatorPointer InterpolatorPointer
Superclass::TransformType TransformType
Superclass::FixedImageConstPointer FixedImageConstPointer
Superclass::GradientImagePointer GradientImagePointer
Superclass::MovingImageConstPointer MovingImageConstPointer
This class is a base class for any image sampler.
Base class for all ITK limiter function objects.