15 #ifndef __elxCorrespondingPointsEuclideanDistanceMetric_H__
16 #define __elxCorrespondingPointsEuclideanDistanceMetric_H__
38 template <
class TElastix >
42 typename MetricBase<TElastix>::FixedPointSetType,
43 typename MetricBase<TElastix>::MovingPointSetType >,
106 FixedImageType::ImageDimension );
110 MovingImageType::ImageDimension );
125 virtual void Initialize(
void ) throw ( itk::ExceptionObject );
142 const std::
string & landmarkFileName,
169 #ifndef ITK_MANUAL_INSTANTIATION
170 #include "elxCorrespondingPointsEuclideanDistanceMetric.hxx"
173 #endif // end #ifndef __elxCorrespondingPointsEuclideanDistanceMetric_H__
Superclass1::FixedImageMaskType FixedImageMaskType
Superclass::ElastixPointer ElastixPointer
itk::CorrespondingPointsEuclideanDistancePointMetric< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType > Superclass1
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
itk::SmartPointer< Self > Pointer
Superclass2::ElastixPointer ElastixPointer
SpatialObject< itkGetStaticConstMacro(MovingPointSetDimension)> MovingImageMaskType
MovingImageMaskType::Pointer MovingImageMaskPointer
CorrespondingPointsEuclideanDistanceMetric Self
itk::SmartPointer< Self > Pointer
Superclass::TransformParametersType TransformParametersType
itk::SmartPointer< const Self > ConstPointer
Superclass1::TransformPointer TransformPointer
unsigned int ReadLandmarks(const std::string &landmarkFileName, typename PointSetType::Pointer &pointSet, const typename ImageType::ConstPointer image)
itk::PointSet< CoordinateRepresentationType, FixedImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, FixedImageDimension, FixedImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > FixedPointSetType
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
Superclass::FixedPointSetType FixedPointSetType
CorrespondingPointsEuclideanDistanceMetric()
virtual void Initialize(void)
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
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
elxClassNameMacro("CorrespondingPointsEuclideanDistanceMetric")
Superclass2::ElastixType ElastixType
virtual ~CorrespondingPointsEuclideanDistanceMetric()
Computes the Euclidean distance between a moving point-set and a fixed point-set. Correspondence is n...
Superclass::InputPointType InputPointType
virtual void SelectNewSamples(void)
Superclass2::FixedImageType FixedImageType
Superclass1::ParametersType ParametersType
Superclass1::InputPointType InputPointType
void operator=(const Self &)
Superclass::TransformType TransformType
virtual void BeforeRegistration(void)
Superclass2::ITKBaseType ITKBaseType
Superclass1::TransformType TransformType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass::ElastixType ElastixType
An metric based on the itk::CorrespondingPointsEuclideanDistancePointMetric.
TimerType::Pointer TimerPointer
itk::SingleValuedCostFunction ITKBaseType
Superclass1::TransformParametersType TransformParametersType
itk::PointSet< CoordinateRepresentationType, MovingImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, MovingImageDimension, MovingImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > MovingPointSetType
ElastixType::MovingImageType MovingImageType
SpatialObject< itkGetStaticConstMacro(FixedPointSetDimension)> FixedImageMaskType
virtual int BeforeAllBase(void)
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.