18#ifndef itkCenteredSimilarity2DTransform_h
19#define itkCenteredSimilarity2DTransform_h
54template <
typename TParametersValueType =
double>
73 static constexpr unsigned int SpaceDimension = 2;
74 static constexpr unsigned int InputSpaceDimension = 2;
75 static constexpr unsigned int OutputSpaceDimension = 2;
76 static constexpr unsigned int ParametersDimension = 6;
79 using typename Superclass::ScalarType;
82 using typename Superclass::FixedParametersType;
83 using typename Superclass::FixedParametersValueType;
84 using typename Superclass::ParametersType;
85 using typename Superclass::ParametersValueType;
88 using typename Superclass::JacobianType;
89 using typename Superclass::JacobianPositionType;
90 using typename Superclass::InverseJacobianPositionType;
93 using typename Superclass::OffsetType;
97 using typename Superclass::InputPointType;
98 using typename Superclass::OutputPointType;
102 using typename Superclass::InputVectorType;
103 using typename Superclass::OutputVectorType;
106 using typename Superclass::InputCovariantVectorType;
107 using typename Superclass::OutputCovariantVectorType;
110 using typename Superclass::InputVnlVectorType;
111 using typename Superclass::OutputVnlVectorType;
187#ifndef ITK_MANUAL_INSTANTIATION
188# include "itkCenteredSimilarity2DTransform.hxx"
Array2D class representing a 2D array.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Class to hold and manage different parameter types used during optimization.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....