ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkRegistrationParameterScalesFromPhysicalShift.h>
Registration helper class for estimating scales of transform parameters a step sizes, from the maximum voxel shift in physical space caused by a parameter change.
Definition at line 34 of file itkRegistrationParameterScalesFromPhysicalShift.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 SmartPointer< Self > | Pointer |
typedef Superclass::ScalesType | ScalesType |
typedef RegistrationParameterScalesFromPhysicalShift | Self |
typedef RegistrationParameterScalesFromShiftBase < TMetric > | Superclass |
typedef Superclass::VirtualImageConstPointer | VirtualImageConstPointer |
typedef Superclass::VirtualIndexType | VirtualIndexType |
typedef Superclass::VirtualPointType | VirtualPointType |
Public Types inherited from itk::RegistrationParameterScalesFromShiftBase< TMetric > | |
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 |
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
template<class TTransform > | |
void | ComputeSampleShiftsInternal (const ParametersType &deltaParameters, ScalesType &localShifts) |
void | operator= (const Self &) |
RegistrationParameterScalesFromPhysicalShift (const Self &) | |
Additional Inherited Members | |
Static Public Attributes inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
static const SizeValueType | FixedDimension = TMetric::FixedDimension |
static const SizeValueType | MovingDimension = TMetric::MovingDimension |
static const SizeValueType | VirtualDimension = TMetric::VirtualDimension |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
IndexValueType | m_CentralRegionRadius |
MetricPointer | m_Metric |
SizeValueType | m_NumberOfRandomSamples |
SamplePointContainerType | m_SamplePoints |
TimeStamp | m_SamplingTime |
VirtualPointSetType::ConstPointer | m_VirtualDomainPointSet |
Static Protected Attributes inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
static const SizeValueType | SizeOfSmallDomain = 1000 |
typedef SmartPointer<const Self> itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::ConstPointer |
Definition at line 42 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef Superclass::FixedTransformType itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::FixedTransformType |
Definition at line 62 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef Superclass::FloatType itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::FloatType |
Type of float
Definition at line 57 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef Superclass::JacobianType itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::JacobianType |
Definition at line 63 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef Superclass::MovingTransformType itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::MovingTransformType |
Definition at line 61 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef Superclass::ParametersType itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::ParametersType |
Type of parameters of the optimizer
Definition at line 54 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef SmartPointer<Self> itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::Pointer |
Definition at line 41 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef Superclass::ScalesType itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::ScalesType |
Type of scales
Definition at line 48 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef RegistrationParameterScalesFromPhysicalShift itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::Self |
Standard class typedefs.
Definition at line 39 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef RegistrationParameterScalesFromShiftBase< TMetric > itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::Superclass |
Definition at line 40 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef Superclass::VirtualImageConstPointer itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::VirtualImageConstPointer |
Definition at line 64 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef Superclass::VirtualIndexType itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::VirtualIndexType |
Definition at line 60 of file itkRegistrationParameterScalesFromPhysicalShift.h.
typedef Superclass::VirtualPointType itk::RegistrationParameterScalesFromPhysicalShift< TMetric >::VirtualPointType |
Definition at line 59 of file itkRegistrationParameterScalesFromPhysicalShift.h.
|
protected |
|
inlineprotected |
Definition at line 68 of file itkRegistrationParameterScalesFromPhysicalShift.h.
|
private |
|
protectedvirtual |
Compute the sample shifts.
Implements itk::RegistrationParameterScalesFromShiftBase< TMetric >.
|
private |
|
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.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
|
static |
Method for creation through the object factory.
|
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::RegistrationParameterScalesFromShiftBase< TMetric >.