ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkRegistrationParameterScalesFromIndexShift.h>
Registration helper class for estimating scales of transform parameters from the maximum voxel shift in image index space caused by a parameter change.
Definition at line 34 of file itkRegistrationParameterScalesFromIndexShift.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef itk::ContinuousIndex < FixedPointValueType, FixedImageType::ImageDimension > | FixedContinuousIndexType |
typedef FixedImageType::ConstPointer | FixedImageConstPointer |
typedef TMetric::FixedImageType | FixedImageType |
typedef FixedImageType::IndexType | FixedIndexType |
typedef FixedImageType::PointType | FixedPointType |
typedef FixedImageType::PointValueType | FixedPointValueType |
typedef Superclass::FixedTransformType | FixedTransformType |
typedef Superclass::FloatType | FloatType |
typedef Superclass::JacobianType | JacobianType |
typedef itk::ContinuousIndex < MovingPointValueType, MovingImageType::ImageDimension > | MovingContinuousIndexType |
typedef MovingImageType::ConstPointer | MovingImageConstPointer |
typedef TMetric::MovingImageType | MovingImageType |
typedef MovingImageType::IndexType | MovingIndexType |
typedef MovingImageType::PointType | MovingPointType |
typedef MovingImageType::PointValueType | MovingPointValueType |
typedef Superclass::MovingTransformType | MovingTransformType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScalesType | ScalesType |
typedef RegistrationParameterScalesFromIndexShift | 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 &) |
RegistrationParameterScalesFromIndexShift (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::RegistrationParameterScalesFromIndexShift< TMetric >::ConstPointer |
Definition at line 42 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef itk::ContinuousIndex< FixedPointValueType, FixedImageType::ImageDimension > itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedContinuousIndexType |
Definition at line 76 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef FixedImageType::ConstPointer itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedImageConstPointer |
Definition at line 69 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef TMetric::FixedImageType itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedImageType |
Definition at line 66 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef FixedImageType::IndexType itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedIndexType |
Definition at line 73 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef FixedImageType::PointType itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedPointType |
Definition at line 72 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef FixedImageType::PointValueType itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedPointValueType |
Definition at line 74 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::FixedTransformType itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedTransformType |
Definition at line 62 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::FloatType itk::RegistrationParameterScalesFromIndexShift< TMetric >::FloatType |
Type of float
Definition at line 57 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::JacobianType itk::RegistrationParameterScalesFromIndexShift< TMetric >::JacobianType |
Definition at line 63 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef itk::ContinuousIndex< MovingPointValueType, MovingImageType::ImageDimension > itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingContinuousIndexType |
Definition at line 82 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef MovingImageType::ConstPointer itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingImageConstPointer |
Definition at line 70 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef TMetric::MovingImageType itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingImageType |
Definition at line 67 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef MovingImageType::IndexType itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingIndexType |
Definition at line 79 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef MovingImageType::PointType itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingPointType |
Definition at line 78 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef MovingImageType::PointValueType itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingPointValueType |
Definition at line 80 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::MovingTransformType itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingTransformType |
Definition at line 61 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::ParametersType itk::RegistrationParameterScalesFromIndexShift< TMetric >::ParametersType |
Type of parameters of the optimizer
Definition at line 54 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef SmartPointer<Self> itk::RegistrationParameterScalesFromIndexShift< TMetric >::Pointer |
Definition at line 41 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::ScalesType itk::RegistrationParameterScalesFromIndexShift< TMetric >::ScalesType |
Type of scales
Definition at line 48 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef RegistrationParameterScalesFromIndexShift itk::RegistrationParameterScalesFromIndexShift< TMetric >::Self |
Standard class typedefs.
Definition at line 39 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef RegistrationParameterScalesFromShiftBase< TMetric > itk::RegistrationParameterScalesFromIndexShift< TMetric >::Superclass |
Definition at line 40 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::VirtualImageConstPointer itk::RegistrationParameterScalesFromIndexShift< TMetric >::VirtualImageConstPointer |
Definition at line 64 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::VirtualIndexType itk::RegistrationParameterScalesFromIndexShift< TMetric >::VirtualIndexType |
Definition at line 60 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::VirtualPointType itk::RegistrationParameterScalesFromIndexShift< TMetric >::VirtualPointType |
Definition at line 59 of file itkRegistrationParameterScalesFromIndexShift.h.
|
protected |
|
inlineprotected |
Definition at line 86 of file itkRegistrationParameterScalesFromIndexShift.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 >.
|
protected |