14 #ifndef __elxDisplacementMagnitudePenalty_H__
15 #define __elxDisplacementMagnitudePenalty_H__
43 template <
class TElastix >
47 ITK_TYPENAME MetricBase<TElastix>::FixedImageType,
119 itkStaticConstMacro( FixedImageDimension,
unsigned int,
120 FixedImageType::ImageDimension );
123 itkStaticConstMacro( MovingImageDimension,
unsigned int,
124 MovingImageType::ImageDimension );
143 virtual void Initialize(
void ) throw (ExceptionObject);
158 void operator=(
const Self& );
166 #ifndef ITK_MANUAL_INSTANTIATION
167 #include "elxDisplacementMagnitudePenalty.hxx"
170 #endif // end #ifndef __elxDisplacementMagnitudePenalty_H__
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass1::MovingImageMaskType MovingImageMaskType
Superclass::FixedImageConstPointer FixedImageConstPointer
Superclass1::MovingImageLimiterType MovingImageLimiterType
Superclass1::ImageSamplerPointer ImageSamplerPointer
Superclass::DerivativeType DerivativeType
Superclass::OutputPointType OutputPointType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass::ConfigurationType ConfigurationType
Superclass::RealType RealType
Superclass1::ImageSamplerType ImageSamplerType
Superclass::CoordinateRepresentationType CoordinateRepresentationType
#define elxClassNameMacro(_name)
virtual ~DisplacementMagnitudePenalty()
Superclass1::FixedImagePixelType FixedImagePixelType
Superclass1::TransformType TransformType
Superclass::MovingImageConstPointer MovingImageConstPointer
Superclass::MovingImagePixelType MovingImagePixelType
DisplacementMagnitudePenaltyTerm< typename MetricBase< TElastix >::FixedImageType, double > Superclass1
Superclass::TransformPointer TransformPointer
Superclass::GradientImagePointer GradientImagePointer
SmartPointer< Self > Pointer
Superclass1::TransformJacobianType TransformJacobianType
Superclass1::InputPointType InputPointType
Superclass::FixedImageMaskPointer FixedImageMaskPointer
A cost function that calculates .
Superclass1::DerivativeType DerivativeType
FixedImageLimiterType::OutputType FixedImageLimiterOutputType
Superclass::TransformType TransformType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass1::MovingImagePixelType MovingImagePixelType
Superclass::FixedImageMaskType FixedImageMaskType
DisplacementMagnitudePenalty Self
ElastixType::FixedImageType FixedImageType
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
Superclass2::ElastixPointer ElastixPointer
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
A class to time the different parts of the registration.
Superclass1::TransformParametersType TransformParametersType
Superclass1::InterpolatorPointer InterpolatorPointer
Superclass::ParametersType ParametersType
Superclass1::MovingImageRegionType MovingImageRegionType
Superclass2::ITKBaseType ITKBaseType
This class is a base class for any image sampler.
SmartPointer< const Self > ConstPointer
Superclass::FixedImageRegionType FixedImageRegionType
Superclass1::MeasureType MeasureType
Superclass::MeasureType MeasureType
Superclass1::FixedImageType FixedImageType
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Superclass1::FixedImageRegionType FixedImageRegionType
Superclass::TransformParametersType TransformParametersType
SmartPointer< Self > Pointer
Superclass1::FixedImageLimiterType FixedImageLimiterType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass1::InterpolatorType InterpolatorType
Superclass::GradientImageFilterType GradientImageFilterType
TimerType::Pointer TimerPointer
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Superclass1::MovingImageConstPointer MovingImageConstPointer
SingleValuedCostFunction ITKBaseType
Superclass1::GradientImageFilterType GradientImageFilterType
Superclass::MovingImageType MovingImageType
Superclass1::FixedImageConstPointer FixedImageConstPointer
Superclass2::RegistrationType RegistrationType
Superclass1::ParametersType ParametersType
Superclass::TransformJacobianType TransformJacobianType
Superclass2::ConfigurationType ConfigurationType
Superclass::FixedImageType FixedImageType
Superclass::InputPointType InputPointType
Superclass1::GradientImageType GradientImageType
ImageSamplerType::Pointer ImageSamplerPointer
Superclass1::OutputPointType OutputPointType
MovingImageType::RegionType MovingImageRegionType
Superclass1::GradientPixelType GradientPixelType
Base class for all ITK limiter function objects.
Superclass::FixedImagePixelType FixedImagePixelType
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Superclass::ElastixType ElastixType
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
Superclass2::ElastixType ElastixType
Superclass1::FixedImageMaskType FixedImageMaskType
Superclass::RegistrationPointer RegistrationPointer
Superclass::GradientImageType GradientImageType
Superclass::InterpolatorPointer InterpolatorPointer
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
MovingImageLimiterType::OutputType MovingImageLimiterOutputType
MetricBase< TElastix > Superclass2
Superclass1::MovingImageType MovingImageType
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass1::TransformPointer TransformPointer
Superclass::GradientPixelType GradientPixelType
Superclass1::GradientImagePointer GradientImagePointer
A penalty term that penalises ||T(x)-x||.
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::InterpolatorType InterpolatorType
Superclass::MovingImageMaskType MovingImageMaskType
Superclass1::RealType RealType
This class is the elastix base class for all Metrics.