ITK
5.2.0
Insight Toolkit
|
#include <itkRegistrationParameterScalesFromJacobian.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedTransformType = typename Superclass::FixedTransformType |
using | FloatType = typename Superclass::FloatType |
using | JacobianType = typename Superclass::JacobianType |
using | MovingTransformType = typename Superclass::MovingTransformType |
using | ParametersType = typename Superclass::ParametersType |
using | Pointer = SmartPointer< Self > |
using | ScalesType = typename Superclass::ScalesType |
using | Self = RegistrationParameterScalesFromJacobian |
using | Superclass = RegistrationParameterScalesEstimator< TMetric > |
using | VirtualImageConstPointer = typename Superclass::VirtualImageConstPointer |
using | VirtualIndexType = typename Superclass::VirtualIndexType |
using | VirtualPointType = typename Superclass::VirtualPointType |
Public Types inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedTransformConstPointer = typename FixedTransformType::ConstPointer |
using | FixedTransformType = typename MetricType::FixedTransformType |
using | FloatType = typename Superclass::FloatType |
using | JacobianType = typename TMetric::JacobianType |
using | MetricConstPointer = typename MetricType::ConstPointer |
using | MetricPointer = typename MetricType::Pointer |
using | MetricType = TMetric |
using | MovingTransformConstPointer = typename MovingTransformType::ConstPointer |
using | MovingTransformType = typename MetricType::MovingTransformType |
using | ParametersType = typename Superclass::ParametersType |
using | Pointer = SmartPointer< Self > |
using | SamplePointContainerType = std::vector< VirtualPointType > |
using | SamplingStrategyType = SamplingStrategyEnum |
using | ScalesType = typename Superclass::ScalesType |
using | Self = RegistrationParameterScalesEstimator |
using | Superclass = OptimizerParameterScalesEstimatorTemplate< typename TMetric::ParametersValueType > |
using | VirtualImageConstPointer = typename TMetric::VirtualImageConstPointer |
using | VirtualImagePointer = typename TMetric::VirtualImagePointer |
using | VirtualImageType = typename TMetric::VirtualImageType |
using | VirtualIndexType = typename TMetric::VirtualIndexType |
using | VirtualPointSetPointer = typename TMetric::VirtualPointSetPointer |
using | VirtualPointSetType = typename TMetric::VirtualPointSetType |
using | VirtualPointType = typename TMetric::VirtualPointType |
using | VirtualRegionType = typename TMetric::VirtualRegionType |
using | VirtualSizeType = typename TMetric::VirtualSizeType |
using | VirtualSpacingType = typename TMetric::VirtualSpacingType |
Public Types inherited from itk::OptimizerParameterScalesEstimatorTemplate< TMetric::ParametersValueType > | |
using | ConstPointer = SmartPointer< const Self > |
using | FloatType = TMetric::ParametersValueType |
using | ParametersType = OptimizerParameters< TMetric::ParametersValueType > |
using | Pointer = SmartPointer< Self > |
using | ScalesType = OptimizerParameters< TMetric::ParametersValueType > |
using | Self = OptimizerParameterScalesEstimatorTemplate |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
void | EstimateLocalStepScales (const ParametersType &step, ScalesType &localStepScales) override |
void | EstimateScales (ScalesType ¶meterScales) override |
FloatType | EstimateStepScale (const ParametersType &step) override |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
virtual void | SetMetric (MetricType *_arg) |
virtual void | SetTransformForward (bool _arg) |
virtual bool | GetTransformForward () const |
virtual void | SetVirtualDomainPointSet (VirtualPointSetType *_arg) |
virtual void | SetVirtualDomainPointSet (const VirtualPointSetType *_arg) |
virtual const VirtualPointSetType * | GetVirtualDomainPointSet () const |
virtual void | SetCentralRegionRadius (IndexValueType _arg) |
FloatType | EstimateMaximumStepSize () override |
virtual void | SetScalesSamplingStrategy () |
virtual void | SetStepScaleSamplingStrategy () |
Public Member Functions inherited from itk::OptimizerParameterScalesEstimatorTemplate< TMetric::ParametersValueType > | |
virtual void | EstimateLocalStepScales (const ParametersType &step, ScalesType &localStepScales)=0 |
virtual void | EstimateScales (ScalesType &scales)=0 |
virtual FloatType | EstimateStepScale (const ParametersType &step)=0 |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
Static Public Attributes inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
static constexpr SizeValueType | FixedDimension = TMetric::FixedDimension |
static constexpr SizeValueType | MovingDimension = TMetric::MovingDimension |
static constexpr SizeValueType | VirtualDimension = TMetric::VirtualDimension |
Protected Attributes inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
MetricPointer | m_Metric |
SamplePointContainerType | m_SamplePoints |
TimeStamp | m_SamplingTime |
SizeValueType | m_NumberOfRandomSamples |
IndexValueType | m_CentralRegionRadius |
VirtualPointSetType::ConstPointer | m_VirtualDomainPointSet |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Static Protected Attributes inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
static constexpr SizeValueType | SizeOfSmallDomain = 1000 |
Implements a registration helper class for estimating scales of transform parameters from Jacobian norms.
Its input includes the fixed/moving images and transform objects, which can be obtained from the metric object.
The scale of a parameter is estimated from the averaged squared norm of the Jacobian w.r.t the parameter. The averaging is done over a sampling of the image domain. The sampling by default is a uniform random distribution.
Definition at line 42 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::ConstPointer = SmartPointer<const Self> |
Definition at line 51 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::FixedTransformType = typename Superclass::FixedTransformType |
Definition at line 71 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::FloatType = typename Superclass::FloatType |
Type of float
Definition at line 66 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::JacobianType = typename Superclass::JacobianType |
Definition at line 72 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::MovingTransformType = typename Superclass::MovingTransformType |
Definition at line 70 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::ParametersType = typename Superclass::ParametersType |
Type of parameters of the optimizer
Definition at line 63 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::Pointer = SmartPointer<Self> |
Definition at line 50 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::ScalesType = typename Superclass::ScalesType |
Type of scales
Definition at line 60 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::Self = RegistrationParameterScalesFromJacobian |
Standard class type aliases.
Definition at line 48 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::Superclass = RegistrationParameterScalesEstimator<TMetric> |
Definition at line 49 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::VirtualImageConstPointer = typename Superclass::VirtualImageConstPointer |
Definition at line 73 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::VirtualIndexType = typename Superclass::VirtualIndexType |
Definition at line 69 of file itkRegistrationParameterScalesFromJacobian.h.
using itk::RegistrationParameterScalesFromJacobian< TMetric >::VirtualPointType = typename Superclass::VirtualPointType |
Definition at line 68 of file itkRegistrationParameterScalesFromJacobian.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
protected |
Compute the step scales for samples, i.e. the impacts on each sampled voxel from a change on the transform.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
overridevirtual |
Estimate the scales of local steps.
Implements itk::RegistrationParameterScalesEstimator< TMetric >.
|
overridevirtual |
Estimate parameter scales.
Implements itk::RegistrationParameterScalesEstimator< TMetric >.
|
overridevirtual |
Estimate the scale for , the step of change on parameters. The step scale describes the impact of on the transform.
Let us denote the transform by
where is the coordinates of a voxel, is the transform parameters, and is the step factor.
At a specific voxel at , the step scale w.r.t. is defined here as
For multiple voxels, we average the above formula to get the overall step scale.
Implements itk::RegistrationParameterScalesEstimator< TMetric >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::RegistrationParameterScalesEstimator< TMetric >.
|
static |
New macro for creation of through a Smart Pointer.
|
overrideprotectedvirtual |
the metric object
Reimplemented from itk::RegistrationParameterScalesEstimator< TMetric >.