15 #ifndef __elxCorrespondingPointsEuclideanDistanceMetric_H__
16 #define __elxCorrespondingPointsEuclideanDistanceMetric_H__
39 template <
class TElastix >
43 typename MetricBase<TElastix>::FixedPointSetType,
44 typename MetricBase<TElastix>::MovingPointSetType >,
106 itkStaticConstMacro( FixedImageDimension,
unsigned int,
107 FixedImageType::ImageDimension );
110 itkStaticConstMacro( MovingImageDimension,
unsigned int,
111 MovingImageType::ImageDimension );
126 virtual void Initialize(
void ) throw ( ExceptionObject );
133 virtual
int BeforeAllBase(
void );
139 virtual
void BeforeRegistration(
void );
142 unsigned int ReadLandmarks(
143 const std::
string & landmarkFileName,
148 virtual
void SelectNewSamples(
void ){ };
162 void operator=(
const Self& );
170 #ifndef ITK_MANUAL_INSTANTIATION
171 #include "elxCorrespondingPointsEuclideanDistanceMetric.hxx"
174 #endif // end #ifndef __elxCorrespondingPointsEuclideanDistanceMetric_H__
Superclass1::FixedImageMaskType FixedImageMaskType
Superclass::ElastixPointer ElastixPointer
FixedPointSetType PointSetType
Superclass::RegistrationType RegistrationType
Superclass::TransformJacobianType TransformJacobianType
Superclass::OutputPointType OutputPointType
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
Superclass::ConfigurationType ConfigurationType
Superclass1::FixedPointSetConstPointer FixedPointSetConstPointer
Superclass2::MovingImageType MovingImageType
Superclass::MovingPointSetConstPointer MovingPointSetConstPointer
Superclass::MovingPointSetType MovingPointSetType
Superclass::MeasureType MeasureType
Superclass::DerivativeType DerivativeType
#define elxClassNameMacro(_name)
Superclass2::ElastixPointer ElastixPointer
SpatialObject< itkGetStaticConstMacro(MovingPointSetDimension)> MovingImageMaskType
MovingImageMaskType::Pointer MovingImageMaskPointer
SmartPointer< Self > Pointer
CorrespondingPointsEuclideanDistanceMetric Self
SmartPointer< Self > Pointer
CorrespondingPointsEuclideanDistancePointMetric< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType > Superclass1
Superclass::TransformParametersType TransformParametersType
Superclass1::TransformPointer TransformPointer
PointSet< CoordinateRepresentationType, MovingImageDimension, DefaultStaticMeshTraits< CoordinateRepresentationType, MovingImageDimension, MovingImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > MovingPointSetType
Superclass::FixedPointSetType FixedPointSetType
CorrespondingPointsEuclideanDistanceMetric()
Superclass::ParametersValueType CoordinateRepresentationType
Superclass::ParametersType ParametersType
ElastixType::FixedImageType FixedImageType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::RegistrationType RegistrationType
A class to time the different parts of the registration.
Superclass1::MeasureType MeasureType
Superclass2::ConfigurationType ConfigurationType
PointSet< CoordinateRepresentationType, FixedImageDimension, DefaultStaticMeshTraits< CoordinateRepresentationType, FixedImageDimension, FixedImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > FixedPointSetType
Superclass1::MovingPointSetConstPointer MovingPointSetConstPointer
Superclass1::MovingImageMaskType MovingImageMaskType
Superclass1::FixedPointSetType FixedPointSetType
Superclass2::RegistrationPointer RegistrationPointer
Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
MetricBase< TElastix > Superclass2
Superclass1::TransformJacobianType TransformJacobianType
Superclass1::OutputPointType OutputPointType
FixedImageMaskType::Pointer FixedImageMaskPointer
SingleValuedCostFunction ITKBaseType
Superclass2::ElastixType ElastixType
virtual ~CorrespondingPointsEuclideanDistanceMetric()
SmartPointer< const Self > ConstPointer
Computes the Euclidean distance between a moving point-set and a fixed point-set. Correspondence is n...
Superclass::InputPointType InputPointType
Superclass2::FixedImageType FixedImageType
Superclass1::ParametersType ParametersType
Superclass1::InputPointType InputPointType
Superclass::TransformType TransformType
Superclass2::ITKBaseType ITKBaseType
Superclass1::TransformType TransformType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass::ElastixType ElastixType
An metric based on the itk::CorrespondingPointsEuclideanDistancePointMetric.
TimerType::Pointer TimerPointer
Superclass1::TransformParametersType TransformParametersType
ElastixType::MovingImageType MovingImageType
SpatialObject< itkGetStaticConstMacro(FixedPointSetDimension)> FixedImageMaskType
Superclass::RegistrationPointer RegistrationPointer
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Superclass1::MovingPointSetType MovingPointSetType
Superclass::TransformPointer TransformPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::DerivativeType DerivativeType
This class is the elastix base class for all Metrics.