18 #ifndef itkRegistrationParameterScalesFromJacobian_h
19 #define itkRegistrationParameterScalesFromJacobian_h
40 template <
typename TMetric >
58 typedef typename Superclass::ScalesType
ScalesType;
74 virtual void EstimateScales(
ScalesType &scales) ITK_OVERRIDE;
103 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
109 void ComputeSampleStepScales(
const ParametersType &step, ScalesType &sampleScales);
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkRegistrationParameterScalesFromJacobian.hxx"
Light weight base class for most itk classes.
Superclass::FloatType FloatType
Superclass::FixedTransformType FixedTransformType
RegistrationParameterScalesEstimator< TMetric > Superclass
Superclass::ScalesType ScalesType
SmartPointer< Self > Pointer
Superclass::ParametersType ParametersType
Superclass::MovingTransformType MovingTransformType
Superclass::FloatType FloatType
Superclass::JacobianType JacobianType
SmartPointer< const Self > ConstPointer
Superclass::VirtualImageConstPointer VirtualImageConstPointer
Implements a registration helper class for estimating scales of transform parameters and step sizes...
Superclass::VirtualPointType VirtualPointType
Superclass::VirtualIndexType VirtualIndexType
~RegistrationParameterScalesFromJacobian() override
Implements a registration helper class for estimating scales of transform parameters from Jacobian no...
Control indentation during Print() invocation.
RegistrationParameterScalesFromJacobian Self
Superclass::ScalesType ScalesType