18 #ifndef __elxCorrespondingPointsEuclideanDistanceMetric_H__ 19 #define __elxCorrespondingPointsEuclideanDistanceMetric_H__ 40 template<
class TElastix >
44 typename MetricBase< TElastix >::FixedPointSetType,
45 typename MetricBase< TElastix >::MovingPointSetType >,
56 typedef itk::SmartPointer< Self >
Pointer;
108 FixedImageType::ImageDimension );
112 MovingImageType::ImageDimension );
123 virtual void Initialize(
void ) throw (
itk::ExceptionObject );
140 const
std::
string & landmarkFileName,
141 typename PointSetType::Pointer & pointSet,
142 const typename ImageType::ConstPointer image );
165 #ifndef ITK_MANUAL_INSTANTIATION 166 #include "elxCorrespondingPointsEuclideanDistanceMetric.hxx" 169 #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
MetricBase< TElastix > Superclass2
Superclass::MeasureType MeasureType
Superclass::DerivativeType DerivativeType
Superclass2::ElastixPointer ElastixPointer
MovingImageMaskType::Pointer MovingImageMaskPointer
CorrespondingPointsEuclideanDistanceMetric Self
Superclass::TransformParametersType TransformParametersType
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
SpatialObject< itkGetStaticConstMacro(MovingPointSetDimension) > MovingImageMaskType
Superclass2::ConfigurationPointer ConfigurationPointer
itk::SmartPointer< Self > Pointer
Superclass2::RegistrationType RegistrationType
Superclass1::MeasureType MeasureType
Superclass2::ConfigurationType ConfigurationType
Superclass1::MovingPointSetConstPointer MovingPointSetConstPointer
Superclass1::MovingImageMaskType MovingImageMaskType
Superclass1::FixedPointSetType FixedPointSetType
Superclass2::RegistrationPointer RegistrationPointer
Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
SpatialObject< itkGetStaticConstMacro(FixedPointSetDimension) > FixedImageMaskType
Superclass1::TransformJacobianType TransformJacobianType
Superclass1::OutputPointType OutputPointType
FixedImageMaskType::Pointer FixedImageMaskPointer
elxClassNameMacro("CorrespondingPointsEuclideanDistanceMetric")
itk::CorrespondingPointsEuclideanDistancePointMetric< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType > Superclass1
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.
itk::SingleValuedCostFunction ITKBaseType
Superclass1::TransformParametersType TransformParametersType
itk::PointSet< CoordinateRepresentationType, MovingImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, MovingImageDimension, MovingImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > MovingPointSetType
ElastixType::MovingImageType MovingImageType
virtual int BeforeAllBase(void)
Superclass::RegistrationPointer RegistrationPointer
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Superclass1::MovingPointSetType MovingPointSetType
Superclass::TransformPointer TransformPointer
Superclass::ConfigurationPointer ConfigurationPointer
itk::SmartPointer< const Self > ConstPointer
Superclass1::DerivativeType DerivativeType
This class is the elastix base class for all Metrics.