 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkPointSetToPointSetMetric_h
19 #define itkPointSetToPointSetMetric_h
44 template <
typename TFixedPo
intSet,
typename TMovingPo
intSet>
72 static constexpr
unsigned int MovingPointSetDimension = TMovingPointSet::PointDimension;
73 static constexpr
unsigned int FixedPointSetDimension = TFixedPointSet::PointDimension;
124 return m_Transform->GetNumberOfParameters();
135 PrintSelf(std::ostream & os,
Indent indent)
const override;
145 #ifndef ITK_MANUAL_INSTANTIATION
146 # include "itkPointSetToPointSetMetric.hxx"
This class is a base for the CostFunctions returning a multiple values.
SmartPointer< Self > Pointer
Class to hold and manage different parameter types used during optimization.
SmartPointer< const Self > ConstPointer
typename FixedPointSetType::ConstPointer FixedPointSetConstPointer
TFixedPointSet FixedPointSetType
typename TransformType::Pointer TransformPointer
Computes similarity between two point sets.
typename MovingPointSetType::PointDataContainer::ConstIterator MovingPointDataIterator
typename FixedPointSetType::PointDataContainer::ConstIterator FixedPointDataIterator
Superclass::ParametersValueType CoordinateRepresentationType
Control indentation during Print() invocation.
typename TransformType::JacobianType TransformJacobianType
typename FixedPointSetType::PointsContainer::ConstIterator FixedPointIterator
Light weight base class for most itk classes.
typename TransformType::OutputPointType OutputPointType
typename TransformType::ParametersType TransformParametersType
typename TMovingPointSet::PixelType MovingPointSetPixelType
typename MovingPointSetType::PointsContainer::ConstIterator MovingPointIterator
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned int GetNumberOfParameters() const override
A templated class holding a geometric point in n-Dimensional space.
TMovingPointSet MovingPointSetType
typename TransformType::InputPointType InputPointType
Array2D class representing a 2D array with size defined at construction time.
typename MovingPointSetType::ConstPointer MovingPointSetConstPointer