ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <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 > | |
Public Types inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
typedef FixedTransformType::ConstPointer | FixedTransformConstPointer |
typedef MetricType::ConstPointer | MetricConstPointer |
typedef MetricType::Pointer | MetricPointer |
typedef TMetric | MetricType |
typedef MovingTransformType::ConstPointer | MovingTransformConstPointer |
typedef std::vector < VirtualPointType > | SamplePointContainerType |
enum | SamplingStrategyType { FullDomainSampling = 0, CornerSampling, RandomSampling, CentralRegionSampling, VirtualDomainPointSetSampling } |
typedef TMetric::VirtualImagePointer | VirtualImagePointer |
typedef TMetric::VirtualImageType | VirtualImageType |
typedef TMetric::VirtualPointSetPointer | VirtualPointSetPointer |
typedef TMetric::VirtualPointSetType | VirtualPointSetType |
typedef TMetric::VirtualRegionType | VirtualRegionType |
typedef TMetric::VirtualSizeType | VirtualSizeType |
typedef TMetric::VirtualSpacingType | VirtualSpacingType |
Public Types inherited from itk::OptimizerParameterScalesEstimator | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
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 &) |
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.
typedef SmartPointer<const Self> itk::RegistrationParameterScalesFromIndexShift< TMetric >::ConstPointer |
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
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 |
Type of the transform to initialize
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 62 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::FloatType itk::RegistrationParameterScalesFromIndexShift< TMetric >::FloatType |
Type of float
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 57 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::JacobianType itk::RegistrationParameterScalesFromIndexShift< TMetric >::JacobianType |
Type of Jacobian of transform.
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
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 |
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 61 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::ParametersType itk::RegistrationParameterScalesFromIndexShift< TMetric >::ParametersType |
Type of parameters of the optimizer
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 54 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef SmartPointer<Self> itk::RegistrationParameterScalesFromIndexShift< TMetric >::Pointer |
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 41 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::ScalesType itk::RegistrationParameterScalesFromIndexShift< TMetric >::ScalesType |
Type of scales
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 48 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef RegistrationParameterScalesFromIndexShift itk::RegistrationParameterScalesFromIndexShift< TMetric >::Self |
Standard class typedefs.
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 39 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef RegistrationParameterScalesFromShiftBase< TMetric > itk::RegistrationParameterScalesFromIndexShift< TMetric >::Superclass |
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 40 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::VirtualImageConstPointer itk::RegistrationParameterScalesFromIndexShift< TMetric >::VirtualImageConstPointer |
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 64 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::VirtualIndexType itk::RegistrationParameterScalesFromIndexShift< TMetric >::VirtualIndexType |
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 60 of file itkRegistrationParameterScalesFromIndexShift.h.
typedef Superclass::VirtualPointType itk::RegistrationParameterScalesFromIndexShift< TMetric >::VirtualPointType |
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
Definition at line 59 of file itkRegistrationParameterScalesFromIndexShift.h.
|
protected |
|
inlineprotected |
Definition at line 87 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.
Reimplemented from itk::Object.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
|
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 |
Transform a point to its continuous index.
Reimplemented from itk::RegistrationParameterScalesEstimator< TMetric >.