ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkScaleVersor3DTransform.h>
This transform applies a Versor rotation, translation and anisotropic scale to the space.
This Transform provides the next set of degrees of freedom after a Similarity transform. In a Similarity transform it is possible to do rotation, translation and uniform scaling. In this current transform we can do rotation, translation and anisotropic scaling.
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/1291 or http://www.insight-journal.org/browse/publication/180
Definition at line 46 of file itkScaleVersor3DTransform.h.
typedef Superclass::AngleType itk::ScaleVersor3DTransform< TScalarType >::AngleType |
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 87 of file itkScaleVersor3DTransform.h.
typedef Superclass::AxisType itk::ScaleVersor3DTransform< TScalarType >::AxisType |
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 86 of file itkScaleVersor3DTransform.h.
typedef Superclass::CenterType itk::ScaleVersor3DTransform< TScalarType >::CenterType |
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 81 of file itkScaleVersor3DTransform.h.
typedef SmartPointer<const Self> itk::ScaleVersor3DTransform< TScalarType >::ConstPointer |
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 53 of file itkScaleVersor3DTransform.h.
typedef Superclass::InputCovariantVectorType itk::ScaleVersor3DTransform< TScalarType >::InputCovariantVectorType |
Standard covariant vector type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 77 of file itkScaleVersor3DTransform.h.
typedef Superclass::InputPointType itk::ScaleVersor3DTransform< TScalarType >::InputPointType |
Standard coordinate point type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 71 of file itkScaleVersor3DTransform.h.
typedef Superclass::InputVectorType itk::ScaleVersor3DTransform< TScalarType >::InputVectorType |
Standard vector type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 73 of file itkScaleVersor3DTransform.h.
typedef Superclass::InputVnlVectorType itk::ScaleVersor3DTransform< TScalarType >::InputVnlVectorType |
Standard vnl_vector type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 75 of file itkScaleVersor3DTransform.h.
typedef Superclass::InverseMatrixType itk::ScaleVersor3DTransform< TScalarType >::InverseMatrixType |
Standard inverse matrix type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 80 of file itkScaleVersor3DTransform.h.
typedef Superclass::JacobianType itk::ScaleVersor3DTransform< TScalarType >::JacobianType |
Jacobian Type
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 69 of file itkScaleVersor3DTransform.h.
typedef Superclass::MatrixType itk::ScaleVersor3DTransform< TScalarType >::MatrixType |
Standard matrix type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 79 of file itkScaleVersor3DTransform.h.
typedef Superclass::OffsetType itk::ScaleVersor3DTransform< TScalarType >::OffsetType |
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 82 of file itkScaleVersor3DTransform.h.
typedef Superclass::OutputCovariantVectorType itk::ScaleVersor3DTransform< TScalarType >::OutputCovariantVectorType |
Standard covariant vector type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 78 of file itkScaleVersor3DTransform.h.
typedef Superclass::OutputPointType itk::ScaleVersor3DTransform< TScalarType >::OutputPointType |
Standard coordinate point type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 72 of file itkScaleVersor3DTransform.h.
typedef Superclass::OutputVectorType itk::ScaleVersor3DTransform< TScalarType >::OutputVectorType |
Standard vector type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 74 of file itkScaleVersor3DTransform.h.
typedef Superclass::OutputVnlVectorType itk::ScaleVersor3DTransform< TScalarType >::OutputVnlVectorType |
Standard vnl_vector type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 76 of file itkScaleVersor3DTransform.h.
typedef Superclass::ParametersType itk::ScaleVersor3DTransform< TScalarType >::ParametersType |
Parameters Type
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 68 of file itkScaleVersor3DTransform.h.
typedef SmartPointer<Self> itk::ScaleVersor3DTransform< TScalarType >::Pointer |
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 52 of file itkScaleVersor3DTransform.h.
typedef Superclass::ScalarType itk::ScaleVersor3DTransform< TScalarType >::ScalarType |
Standard scalar type for this class
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 70 of file itkScaleVersor3DTransform.h.
typedef Vector<TScalarType, 3> itk::ScaleVersor3DTransform< TScalarType >::ScaleVectorType |
Scale Vector Type.
Definition at line 90 of file itkScaleVersor3DTransform.h.
typedef ScaleVersor3DTransform itk::ScaleVersor3DTransform< TScalarType >::Self |
Standard class typedefs.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 50 of file itkScaleVersor3DTransform.h.
typedef VersorRigid3DTransform<TScalarType> itk::ScaleVersor3DTransform< TScalarType >::Superclass |
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 51 of file itkScaleVersor3DTransform.h.
typedef Superclass::TranslationType itk::ScaleVersor3DTransform< TScalarType >::TranslationType |
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 83 of file itkScaleVersor3DTransform.h.
typedef Superclass::VersorType itk::ScaleVersor3DTransform< TScalarType >::VersorType |
Versor type.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 85 of file itkScaleVersor3DTransform.h.
itk::ScaleVersor3DTransform< TScalarType >::ScaleVersor3DTransform | ( | ) | [protected] |
itk::ScaleVersor3DTransform< TScalarType >::ScaleVersor3DTransform | ( | const MatrixType & | matrix, |
const OutputVectorType & | offset | ||
) | [protected] |
itk::ScaleVersor3DTransform< TScalarType >::ScaleVersor3DTransform | ( | unsigned int | paramDims | ) | [protected] |
itk::ScaleVersor3DTransform< TScalarType >::~ScaleVersor3DTransform | ( | ) | [protected] |
itk::ScaleVersor3DTransform< TScalarType >::ScaleVersor3DTransform | ( | const Self & | ) | [private] |
virtual void itk::ScaleVersor3DTransform< TScalarType >::ComputeJacobianWithRespectToParameters | ( | const InputPointType & | p, |
JacobianType & | jacobian | ||
) | const [virtual] |
This method computes the Jacobian matrix of the transformation. given point or vector, returning the transformed point or vector. The rank of the Jacobian will also indicate if the transform is invertible at this point.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
void itk::ScaleVersor3DTransform< TScalarType >::ComputeMatrix | ( | void | ) | [protected, virtual] |
Compute the components of the rotation matrix in the superclass.
Reimplemented from itk::VersorTransform< TScalarType >.
void itk::ScaleVersor3DTransform< TScalarType >::ComputeMatrixParameters | ( | void | ) | [protected, virtual] |
Reimplemented from itk::VersorTransform< TScalarType >.
virtual::itk::LightObject::Pointer itk::ScaleVersor3DTransform< TScalarType >::CreateAnother | ( | void | ) | const [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::VersorRigid3DTransform< TScalarType >.
virtual const char* itk::ScaleVersor3DTransform< TScalarType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
virtual const ParametersType& itk::ScaleVersor3DTransform< TScalarType >::GetParameters | ( | void | ) | const [virtual] |
Get the Transformation Parameters.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
virtual const ScaleVectorType& itk::ScaleVersor3DTransform< TScalarType >::GetScale | ( | ) | [virtual] |
static Pointer itk::ScaleVersor3DTransform< TScalarType >::New | ( | ) | [static] |
New macro for creation of through a Smart Pointer.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
void itk::ScaleVersor3DTransform< TScalarType >::operator= | ( | const Self & | ) | [private] |
Assignment operator
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
void itk::ScaleVersor3DTransform< TScalarType >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Print contents of a VersorTransform
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
void itk::ScaleVersor3DTransform< TScalarType >::SetIdentity | ( | ) | [virtual] |
Set the internal parameters of the transform in order to represent an Identity transform.
Reimplemented from itk::VersorTransform< TScalarType >.
virtual void itk::ScaleVersor3DTransform< TScalarType >::SetMatrix | ( | const MatrixType & | matrix | ) | [virtual] |
Directly set the matrix of the transform.
Reimplemented from itk::Rigid3DTransform< TScalarType >.
virtual void itk::ScaleVersor3DTransform< TScalarType >::SetParameters | ( | const ParametersType & | parameters | ) | [virtual] |
Set the transformation from a container of parameters This is typically used by optimizers. There are 9 parameters: 0-2 versor 3-5 translation 6-8 Scale
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
void itk::ScaleVersor3DTransform< TScalarType >::SetScale | ( | const ScaleVectorType & | scale | ) |
Set/Get the scale vector. These scale factors are associated to the axis of coordinates.
void itk::ScaleVersor3DTransform< TScalarType >::SetVarScale | ( | const ScaleVectorType & | scale | ) | [inline, protected] |
Definition at line 132 of file itkScaleVersor3DTransform.h.
const unsigned int itk::ScaleVersor3DTransform< TScalarType >::InputSpaceDimension = 3 [static] |
Dimension of parameters.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 62 of file itkScaleVersor3DTransform.h.
ScaleVectorType itk::ScaleVersor3DTransform< TScalarType >::m_Scale [private] |
Vector containing the scale.
Definition at line 147 of file itkScaleVersor3DTransform.h.
const unsigned int itk::ScaleVersor3DTransform< TScalarType >::OutputSpaceDimension = 3 [static] |
Dimension of parameters.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 63 of file itkScaleVersor3DTransform.h.
const unsigned int itk::ScaleVersor3DTransform< TScalarType >::ParametersDimension = 9 [static] |
Dimension of parameters.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 64 of file itkScaleVersor3DTransform.h.