ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkRegistrationParameterScalesFromShiftBase.h>
Registration helper base class for estimating scales of transform parameters from the maximum voxel shift caused by a parameter change.
Derived classes provide estimation using physical or index space.
The scale of a parameter is estimated from the maximum voxel shift produced from a small variation of this parameter. The maximization is done by checking sample points within the metric's virtual domain. Sample points are generated differently depending on the type of metric transform or metric type. See RegistrationParameterScalesEstimator documentation.
Definition at line 43 of file itkRegistrationParameterScalesFromShiftBase.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::FixedTransformType | FixedTransformType |
typedef Superclass::FloatType | FloatType |
typedef Superclass::JacobianType | JacobianType |
typedef Superclass::MovingTransformType | MovingTransformType |
typedef Superclass::ParametersType | ParametersType |
typedef ParametersType::ValueType | ParametersValueType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScalesType | ScalesType |
typedef RegistrationParameterScalesFromShiftBase | Self |
typedef RegistrationParameterScalesEstimator < TMetric > | Superclass |
typedef Superclass::VirtualImageConstPointer | VirtualImageConstPointer |
typedef Superclass::VirtualIndexType | VirtualIndexType |
typedef Superclass::VirtualPointType | VirtualPointType |
Public Types inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef FixedTransformType::ConstPointer | FixedTransformConstPointer |
typedef MetricType::FixedTransformType | FixedTransformType |
typedef Superclass::FloatType | FloatType |
typedef TMetric::JacobianType | JacobianType |
typedef MetricType::ConstPointer | MetricConstPointer |
typedef MetricType::Pointer | MetricPointer |
typedef TMetric | MetricType |
typedef MovingTransformType::ConstPointer | MovingTransformConstPointer |
typedef MetricType::MovingTransformType | MovingTransformType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef std::vector < VirtualPointType > | SamplePointContainerType |
enum | SamplingStrategyType { FullDomainSampling = 0, CornerSampling, RandomSampling, CentralRegionSampling, VirtualDomainPointSetSampling } |
typedef Superclass::ScalesType | ScalesType |
typedef RegistrationParameterScalesEstimator | Self |
typedef OptimizerParameterScalesEstimator | Superclass |
typedef TMetric::VirtualImageConstPointer | VirtualImageConstPointer |
typedef TMetric::VirtualImagePointer | VirtualImagePointer |
typedef TMetric::VirtualImageType | VirtualImageType |
typedef TMetric::VirtualIndexType | VirtualIndexType |
typedef TMetric::VirtualPointSetPointer | VirtualPointSetPointer |
typedef TMetric::VirtualPointSetType | VirtualPointSetType |
typedef TMetric::VirtualPointType | VirtualPointType |
typedef TMetric::VirtualRegionType | VirtualRegionType |
typedef TMetric::VirtualSizeType | VirtualSizeType |
typedef TMetric::VirtualSpacingType | VirtualSpacingType |
Public Types inherited from itk::OptimizerParameterScalesEstimator | |
typedef SmartPointer< const Self > | ConstPointer |
typedef double | FloatType |
typedef ObjectToObjectOptimizerBase::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef ObjectToObjectOptimizerBase::ScalesType | ScalesType |
typedef OptimizerParameterScalesEstimator | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Private Member Functions | |
void | operator= (const Self &) |
RegistrationParameterScalesFromShiftBase (const Self &) | |
Private Attributes | |
ParametersValueType | m_SmallParameterVariation |
typedef SmartPointer<const Self> itk::RegistrationParameterScalesFromShiftBase< TMetric >::ConstPointer |
Definition at line 51 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef Superclass::FixedTransformType itk::RegistrationParameterScalesFromShiftBase< TMetric >::FixedTransformType |
Definition at line 69 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef Superclass::FloatType itk::RegistrationParameterScalesFromShiftBase< TMetric >::FloatType |
Type of float
Definition at line 64 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef Superclass::JacobianType itk::RegistrationParameterScalesFromShiftBase< TMetric >::JacobianType |
Definition at line 70 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef Superclass::MovingTransformType itk::RegistrationParameterScalesFromShiftBase< TMetric >::MovingTransformType |
Definition at line 68 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef Superclass::ParametersType itk::RegistrationParameterScalesFromShiftBase< TMetric >::ParametersType |
Type of parameters of the optimizer
Definition at line 60 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef ParametersType::ValueType itk::RegistrationParameterScalesFromShiftBase< TMetric >::ParametersValueType |
Definition at line 61 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef SmartPointer<Self> itk::RegistrationParameterScalesFromShiftBase< TMetric >::Pointer |
Definition at line 50 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef Superclass::ScalesType itk::RegistrationParameterScalesFromShiftBase< TMetric >::ScalesType |
Type of scales
Definition at line 54 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef RegistrationParameterScalesFromShiftBase itk::RegistrationParameterScalesFromShiftBase< TMetric >::Self |
Standard class typedefs.
Definition at line 48 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef RegistrationParameterScalesEstimator< TMetric > itk::RegistrationParameterScalesFromShiftBase< TMetric >::Superclass |
Definition at line 49 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef Superclass::VirtualImageConstPointer itk::RegistrationParameterScalesFromShiftBase< TMetric >::VirtualImageConstPointer |
Definition at line 71 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef Superclass::VirtualIndexType itk::RegistrationParameterScalesFromShiftBase< TMetric >::VirtualIndexType |
Definition at line 67 of file itkRegistrationParameterScalesFromShiftBase.h.
typedef Superclass::VirtualPointType itk::RegistrationParameterScalesFromShiftBase< TMetric >::VirtualPointType |
Definition at line 66 of file itkRegistrationParameterScalesFromShiftBase.h.
|
protected |
|
inlineprotected |
Definition at line 90 of file itkRegistrationParameterScalesFromShiftBase.h.
|
private |
|
protectedvirtual |
Compute the shift in voxels when deltaParameters is applied onto the current parameters.
|
protectedpure virtual |
Compute the sample shifts.
Implemented in itk::RegistrationParameterScalesFromIndexShift< TMetric >, and itk::RegistrationParameterScalesFromPhysicalShift< TMetric >.
|
virtual |
Estimate the scales of local steps
Implements itk::RegistrationParameterScalesEstimator< TMetric >.
|
virtual |
Estimate parameter scales
Implements itk::RegistrationParameterScalesEstimator< TMetric >.
|
virtual |
Estimate the scale of a step
Implements itk::RegistrationParameterScalesEstimator< TMetric >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::RegistrationParameterScalesEstimator< TMetric >.
Reimplemented in itk::RegistrationParameterScalesFromIndexShift< TMetric >, and itk::RegistrationParameterScalesFromPhysicalShift< TMetric >.
|
virtual |
Set/get small parameter variation
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::RegistrationParameterScalesEstimator< TMetric >.
Reimplemented in itk::RegistrationParameterScalesFromIndexShift< TMetric >, and itk::RegistrationParameterScalesFromPhysicalShift< TMetric >.
|
virtual |
Set/get small parameter variation
|
private |
Definition at line 107 of file itkRegistrationParameterScalesFromShiftBase.h.