Go to the documentation of this file.
18 #ifndef __elxCorrespondingPointsEuclideanDistanceMetric_H__
19 #define __elxCorrespondingPointsEuclideanDistanceMetric_H__
39 template<
class TElastix >
43 typename MetricBase< TElastix >::FixedPointSetType,
44 typename MetricBase< TElastix >::MovingPointSetType >,
55 typedef itk::SmartPointer< Self >
Pointer;
107 FixedImageType::ImageDimension );
111 MovingImageType::ImageDimension );
122 virtual void Initialize(
void )
throw ( itk::ExceptionObject );
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"
168 #endif // end #ifndef __elxCorrespondingPointsEuclideanDistanceMetric_H__
Superclass1::TransformPointer TransformPointer
Superclass1::MovingPointSetType MovingPointSetType
SpatialObject< itkGetStaticConstMacro(MovingPointSetDimension) > MovingImageMaskType
itk::SingleValuedCostFunction ITKBaseType
itk::SmartPointer< const Self > ConstPointer
Superclass::RegistrationPointer RegistrationPointer
An metric based on the itk::CorrespondingPointsEuclideanDistancePointMetric.
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
virtual void Initialize(void)
Superclass1::MovingPointSetConstPointer MovingPointSetConstPointer
Superclass2::ConfigurationPointer ConfigurationPointer
This class is the elastix base class for all Metrics.
Superclass::TransformJacobianType TransformJacobianType
itk::SmartPointer< Self > Pointer
Superclass::DerivativeType DerivativeType
Superclass1::FixedImageMaskType FixedImageMaskType
Superclass2::MovingImageType MovingImageType
Superclass1::TransformJacobianType TransformJacobianType
Superclass1::FixedPointSetType FixedPointSetType
itk::PointSet< CoordinateRepresentationType, MovingImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, MovingImageDimension, MovingImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > MovingPointSetType
Superclass2::RegistrationPointer RegistrationPointer
Superclass::TransformType TransformType
Superclass2::ElastixPointer ElastixPointer
FixedPointSetType PointSetType
Superclass::TransformPointer TransformPointer
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
SpatialObject< itkGetStaticConstMacro(FixedPointSetDimension) > FixedImageMaskType
Superclass1::FixedPointSetConstPointer FixedPointSetConstPointer
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
virtual ~CorrespondingPointsEuclideanDistanceMetric()
Superclass1::InputPointType InputPointType
MovingImageMaskType::Pointer MovingImageMaskPointer
Computes the Euclidean distance between a moving point-set and a fixed point-set. Correspondence is n...
CorrespondingPointsEuclideanDistanceMetric()
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::TransformType TransformType
unsigned int ReadLandmarks(const std::string &landmarkFileName, typename PointSetType::Pointer &pointSet, const typename ImageType::ConstPointer image)
Superclass2::RegistrationType RegistrationType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass2::ConfigurationType ConfigurationType
virtual int BeforeAllBase(void)
Superclass::ParametersType ParametersType
itk::PointSet< CoordinateRepresentationType, FixedImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, FixedImageDimension, FixedImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > FixedPointSetType
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Superclass1::MovingImageMaskType MovingImageMaskType
Superclass1::MeasureType MeasureType
Superclass::ConfigurationType ConfigurationType
Superclass::MovingPointSetConstPointer MovingPointSetConstPointer
Superclass1::TransformParametersType TransformParametersType
Superclass::InputPointType InputPointType
Superclass::MovingPointSetType MovingPointSetType
Superclass1::DerivativeType DerivativeType
Superclass1::OutputPointType OutputPointType
elxClassNameMacro("CorrespondingPointsEuclideanDistanceMetric")
Superclass::ElastixPointer ElastixPointer
Superclass::TransformParametersType TransformParametersType
ElastixType::FixedImageType FixedImageType
Superclass2::FixedImageType FixedImageType
itk::CorrespondingPointsEuclideanDistancePointMetric< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType > Superclass1
virtual void BeforeRegistration(void)
FixedImageMaskType::Pointer FixedImageMaskPointer
Superclass2::ITKBaseType ITKBaseType
virtual void SelectNewSamples(void)
Superclass::MeasureType MeasureType
Superclass1::ParametersType ParametersType
void operator=(const Self &)
Superclass2::ElastixType ElastixType
Superclass::FixedPointSetType FixedPointSetType
ElastixType::MovingImageType MovingImageType
Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
Superclass::ElastixType ElastixType
Superclass::ParametersValueType CoordinateRepresentationType
CorrespondingPointsEuclideanDistanceMetric(const Self &)
MetricBase< TElastix > Superclass2
Superclass::RegistrationType RegistrationType
Superclass::OutputPointType OutputPointType
CorrespondingPointsEuclideanDistanceMetric Self
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|