18#ifndef __elxStatisticalShapePenalty_H__
19#define __elxStatisticalShapePenalty_H__
24#include <vnl/vnl_matrix.h>
25#include <vnl/vnl_vector.h>
57template<
class TElastix >
60 typename MetricBase< TElastix >::FixedPointSetType,
61 typename MetricBase< TElastix >::MovingPointSetType >,
139 FixedImageType::ImageDimension );
143 MovingImageType::ImageDimension );
166 const std::string & landmarkFileName,
167 typename PointSetType::Pointer & pointSet,
168 const typename ImageType::ConstPointer image );
171 const std::string & ShapeFileName,
172 typename PointSetType::Pointer & pointSet,
173 const typename ImageType::ConstPointer image );
196#ifndef ITK_MANUAL_INSTANTIATION
197#include "elxStatisticalShapePenalty.hxx"
A class that deals with user given parameters and command line arguments.
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
An metric based on the itk::StatisticalShapePointPenalty.
Superclass2::RegistrationType RegistrationType
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
SmartPointer< Self > Pointer
Superclass2::MovingImageType MovingImageType
vnl_vector< CoordRepType > VnlVectorType
Superclass1::MovingPointSetType MovingPointSetType
Superclass2::ConfigurationType ConfigurationType
StatisticalShapePointPenalty< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType > Superclass1
itk::AdvancedCombinationTransform< CoordRepType, itkGetStaticConstMacro(FixedImageDimension) > CombinationTransformType
Superclass1::MovingPointSetConstPointer MovingPointSetConstPointer
void BeforeRegistration(void) override
void operator=(const Self &)
Superclass1::OutputPointType OutputPointType
elxClassNameMacro("StatisticalShapePenalty")
Superclass2::ElastixPointer ElastixPointer
Superclass1::FixedPointSetType FixedPointSetType
Superclass1::MeasureType MeasureType
MetricBase< TElastix > Superclass2
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
Superclass1::DerivativeType DerivativeType
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Superclass1::TransformJacobianType TransformJacobianType
Superclass1::MovingImageMaskType MovingImageMaskType
Superclass1::FixedPointSetConstPointer FixedPointSetConstPointer
Superclass1::TransformPointer TransformPointer
unsigned int ReadShape(const std::string &ShapeFileName, typename PointSetType::Pointer &pointSet, const typename ImageType::ConstPointer image)
~StatisticalShapePenalty() override
void BeforeEachResolution(void) override
void Initialize(void) override
FixedPointSetType PointSetType
Superclass1::InputPointType InputPointType
StatisticalShapePenalty Self
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
Superclass2::ITKBaseType ITKBaseType
Superclass1::FixedImageMaskType FixedImageMaskType
StatisticalShapePenalty()
void SelectNewSamples(void) override
Superclass1::ParametersType ParametersType
Superclass2::ConfigurationPointer ConfigurationPointer
SmartPointer< const Self > ConstPointer
OutputPointType::CoordRepType CoordRepType
Superclass2::FixedImageType FixedImageType
Superclass1::TransformType TransformType
unsigned int ReadLandmarks(const std::string &landmarkFileName, typename PointSetType::Pointer &pointSet, const typename ImageType::ConstPointer image)
StatisticalShapePenalty(const Self &)
Superclass2::ElastixType ElastixType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass1::TransformParametersType TransformParametersType
CombinationTransformType::InitialTransformType InitialTransformType
SpatialObject< itkGetStaticConstMacro(MovingPointSetDimension) > MovingImageMaskType
MovingImageMaskType::Pointer MovingImageMaskPointer
Superclass::ParametersValueType CoordinateRepresentationType
Superclass::ParametersType ParametersType
FixedImageMaskType::Pointer FixedImageMaskPointer
SpatialObject< itkGetStaticConstMacro(FixedPointSetDimension) > FixedImageMaskType
Computes the Mahalanobis distance between the transformed shape and a mean shape. A model mean and co...
Superclass::TransformPointer TransformPointer
Superclass::MovingPointSetConstPointer MovingPointSetConstPointer
Superclass::TransformType TransformType
Superclass::InputPointType InputPointType
Superclass::FixedPointSetType FixedPointSetType
Superclass::TransformParametersType TransformParametersType
Superclass::MeasureType MeasureType
Superclass::DerivativeType DerivativeType
Superclass::TransformJacobianType TransformJacobianType
Superclass::OutputPointType OutputPointType
Superclass::MovingPointSetType MovingPointSetType
Superclass::FixedPointSetConstPointer FixedPointSetConstPointer