Go to the documentation of this file.
18 #ifndef __elxMetricBase_h
19 #define __elxMetricBase_h
27 #include "itkPointSet.h"
71 template<
class TElastix >
112 typedef itk::PointSet<
114 itk::DefaultStaticMeshTraits<
116 FixedImageDimension, FixedImageDimension,
119 typedef itk::PointSet<
121 itk::DefaultStaticMeshTraits<
123 MovingImageDimension, MovingImageDimension,
143 return dynamic_cast< const ITKBaseType *
>( this );
233 #ifndef ITK_MANUAL_INSTANTIATION
234 #include "elxMetricBase.hxx"
237 #endif // end #ifndef __elxMetricBase_h
AdvancedMetricType::MovingImageDerivativeScalesType MovingImageDerivativeScalesType
ExactMetricSampleGridSpacingType m_ExactMetricSampleGridSpacing
itk::SingleValuedCostFunction ITKBaseType
MovingPointType::ValueType MovingPointValueType
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
unsigned int m_ExactMetricEachXNumberOfIterations
Superclass::RegistrationPointer RegistrationPointer
MovingImageType::PointType MovingPointType
This class is the elastix base class for all Metrics.
An extension of the ITK ImageToImageMetric. It is the intended base class for all elastix metrics.
bool m_ShowExactMetricValue
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
virtual ITKBaseType * GetAsITKBaseType(void)
RegistrationType * RegistrationPointer
virtual void SetAdvancedMetricImageSampler(ImageSamplerBaseType *sampler)
ElastixType::ConfigurationPointer ConfigurationPointer
virtual void SelectNewSamples(void)
itk::PointSet< CoordinateRepresentationType, MovingImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, MovingImageDimension, MovingImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > MovingPointSetType
The BaseComponentSE class is a base class for elastix components that provides some basic functionali...
AdvancedMetricType::ImageSamplerType ImageSamplerBaseType
MeasureType m_CurrentExactMetricValue
virtual MeasureType GetExactValue(const ParametersType ¶meters)
itk::AdvancedImageToImageMetric< FixedImageType, MovingImageType > AdvancedMetricType
virtual ImageSamplerBaseType * GetAdvancedMetricImageSampler(void) const
virtual MeasureType GetCurrentExactMetricValue(void) const
ITKBaseType::ParametersValueType CoordinateRepresentationType
itk::ImageGridSampler< FixedImageType > ExactMetricImageSamplerType
ITKBaseType::MeasureType MeasureType
Superclass::ConfigurationPointer ConfigurationPointer
ExactMetricImageSamplerType::SampleGridSpacingType ExactMetricSampleGridSpacingType
ExactMetricImageSamplerPointer m_ExactMetricSampler
void operator=(const Self &)
ExactMetricImageSamplerType::Pointer ExactMetricImageSamplerPointer
itk::PointSet< CoordinateRepresentationType, FixedImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, FixedImageDimension, FixedImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > FixedPointSetType
virtual const ITKBaseType * GetAsITKBaseType(void) const
virtual bool GetShowExactMetricValue(void) const
Superclass::ConfigurationType ConfigurationType
BaseComponentSE< TElastix > Superclass
itk::WeakPointer< ElastixType > ElastixPointer
ITKBaseType::ParametersType ParametersType
Superclass::ElastixPointer ElastixPointer
virtual bool GetAdvancedMetricUseImageSampler(void) const
FixedPointType::ValueType FixedPointValueType
ElastixType::FixedImageType FixedImageType
FixedImageType::PointType FixedPointType
virtual void BeforeEachResolutionBase(void)
InputImageType::OffsetType SampleGridSpacingType
ElastixType::MovingImageType MovingImageType
This class is a base class for any image sampler.
Superclass::ElastixType ElastixType
Samples image voxels on a regular grid.
ElastixType::ConfigurationType ConfigurationType
virtual void AfterEachIterationBase(void)
Superclass::RegistrationType RegistrationType
ElastixType::RegistrationBaseType RegistrationType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|