18#ifndef __elxCorrespondingPointsEuclideanDistanceMetric_H__
19#define __elxCorrespondingPointsEuclideanDistanceMetric_H__
39template<
class TElastix >
43 typename MetricBase< TElastix >::FixedPointSetType,
44 typename MetricBase< TElastix >::MovingPointSetType >,
55 typedef itk::SmartPointer< Self >
Pointer;
107 FixedImageType::ImageDimension );
111 MovingImageType::ImageDimension );
139 const std::string & landmarkFileName,
140 typename PointSetType::Pointer & pointSet,
141 const typename ImageType::ConstPointer image );
164#ifndef ITK_MANUAL_INSTANTIATION
165#include "elxCorrespondingPointsEuclideanDistanceMetric.hxx"
A class that deals with user given parameters and command line arguments.
An metric based on the itk::CorrespondingPointsEuclideanDistancePointMetric.
Superclass2::FixedImageType FixedImageType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ElastixPointer ElastixPointer
unsigned int ReadLandmarks(const std::string &landmarkFileName, typename PointSetType::Pointer &pointSet, const typename ImageType::ConstPointer image)
CorrespondingPointsEuclideanDistanceMetric(const Self &)
Superclass1::MovingImageMaskType MovingImageMaskType
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
FixedPointSetType PointSetType
Superclass2::ITKBaseType ITKBaseType
Superclass1::FixedPointSetConstPointer FixedPointSetConstPointer
Superclass2::RegistrationType RegistrationType
Superclass1::MovingPointSetType MovingPointSetType
Superclass1::TransformParametersType TransformParametersType
CorrespondingPointsEuclideanDistanceMetric()
Superclass1::FixedPointSetType FixedPointSetType
itk::SmartPointer< Self > Pointer
void Initialize(void) override
Superclass1::MeasureType MeasureType
int BeforeAllBase(void) override
Superclass2::MovingImageType MovingImageType
itk::CorrespondingPointsEuclideanDistancePointMetric< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType > Superclass1
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
CorrespondingPointsEuclideanDistanceMetric Self
void BeforeRegistration(void) override
Superclass1::FixedImageMaskType FixedImageMaskType
void SelectNewSamples(void) override
Superclass1::MovingPointSetConstPointer MovingPointSetConstPointer
~CorrespondingPointsEuclideanDistanceMetric() override
Superclass2::ElastixType ElastixType
Superclass1::TransformType TransformType
Superclass2::ConfigurationPointer ConfigurationPointer
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
Superclass1::InputPointType InputPointType
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Superclass1::DerivativeType DerivativeType
Superclass1::TransformPointer TransformPointer
Superclass2::ConfigurationType ConfigurationType
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
MetricBase< TElastix > Superclass2
Superclass1::TransformJacobianType TransformJacobianType
Superclass1::ParametersType ParametersType
void operator=(const Self &)
Superclass1::OutputPointType OutputPointType
itk::SmartPointer< const Self > ConstPointer
elxClassNameMacro("CorrespondingPointsEuclideanDistanceMetric")
This class is the elastix base class for all Metrics.
itk::PointSet< CoordinateRepresentationType, MovingImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, MovingImageDimension, MovingImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > MovingPointSetType
itk::SingleValuedCostFunction ITKBaseType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ElastixType ElastixType
ElastixType::MovingImageType MovingImageType
itk::PointSet< CoordinateRepresentationType, FixedImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, FixedImageDimension, FixedImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > FixedPointSetType
ElastixType::FixedImageType FixedImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationType RegistrationType
Superclass::ElastixPointer ElastixPointer
Computes the Euclidean distance between a moving point-set and a fixed point-set. Correspondence is n...
Superclass::TransformPointer TransformPointer
Superclass::OutputPointType OutputPointType
Superclass::FixedPointSetType FixedPointSetType
Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
Superclass::InputPointType InputPointType
Superclass::MeasureType MeasureType
Superclass::TransformJacobianType TransformJacobianType
Superclass::MovingPointSetConstPointer MovingPointSetConstPointer
Superclass::TransformParametersType TransformParametersType
Superclass::MovingPointSetType MovingPointSetType
Superclass::DerivativeType DerivativeType
Superclass::TransformType TransformType
SpatialObject< itkGetStaticConstMacro(MovingPointSetDimension) > MovingImageMaskType
MovingImageMaskType::Pointer MovingImageMaskPointer
Superclass::ParametersValueType CoordinateRepresentationType
Superclass::ParametersType ParametersType
FixedImageMaskType::Pointer FixedImageMaskPointer
SpatialObject< itkGetStaticConstMacro(FixedPointSetDimension) > FixedImageMaskType