ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkScaleVersor3DTransform.h>
Public Types | |
typedef Superclass::AngleType | AngleType |
typedef Superclass::AxisType | AxisType |
typedef Superclass::CenterType | CenterType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputCovariantVectorType | InputCovariantVectorType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::InputVectorType | InputVectorType |
typedef Superclass::InputVnlVectorType | InputVnlVectorType |
typedef Superclass::InverseMatrixType | InverseMatrixType |
typedef Superclass::JacobianType | JacobianType |
typedef Superclass::MatrixType | MatrixType |
typedef Superclass::OffsetType | OffsetType |
typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::OutputVectorType | OutputVectorType |
typedef Superclass::OutputVnlVectorType | OutputVnlVectorType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScalarType | ScalarType |
typedef Vector< TScalarType, 3 > | ScaleVectorType |
typedef ScaleVersor3DTransform | Self |
typedef VersorRigid3DTransform < TScalarType > | Superclass |
typedef Superclass::TranslationType | TranslationType |
typedef Superclass::VersorType | VersorType |
Public Types inherited from itk::VersorRigid3DTransform< TScalarType > | |
typedef Superclass::AxisValueType | AxisValueType |
typedef Superclass::ParameterValueType | ParameterValueType |
typedef Superclass::TranslationValueType | TranslationValueType |
Public Types inherited from itk::VersorTransform< TScalarType > | |
typedef vnl_quaternion < TScalarType > | VnlQuaternionType |
Public Types inherited from itk::Rigid3DTransform< TScalarType > | |
typedef InverseTransformBaseType::Pointer | InverseTransformBasePointer |
typedef Superclass::InverseTransformBaseType | InverseTransformBaseType |
typedef Superclass::MatrixValueType | MatrixValueType |
typedef Superclass::OutputVectorValueType | OutputVectorValueType |
typedef Superclass::ParametersValueType | ParametersValueType |
Public Types inherited from itk::MatrixOffsetTransformBase< TScalarType, 3, 3 > | |
typedef Superclass::InputDiffusionTensor3DType | InputDiffusionTensor3DType |
typedef Superclass::InputSymmetricSecondRankTensorType | InputSymmetricSecondRankTensorType |
typedef CovariantVector < TScalarType, InputDiffusionTensor3DType::Dimension > | InputTensorEigenVectorType |
typedef Superclass::InputVectorPixelType | InputVectorPixelType |
typedef OffsetType::ValueType | OffsetValueType |
typedef Superclass::OutputDiffusionTensor3DType | OutputDiffusionTensor3DType |
typedef Superclass::OutputSymmetricSecondRankTensorType | OutputSymmetricSecondRankTensorType |
typedef Superclass::OutputVectorPixelType | OutputVectorPixelType |
typedef InputPointType::ValueType | InputPointValueType |
typedef OutputPointType::ValueType | OutputPointValueType |
Public Types inherited from itk::Transform< TScalarType, NInputDimensions, NOutputDimensions > | |
typedef Array < ParametersValueType > | DerivativeType |
typedef Matrix< double, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | DirectionChangeMatrix |
typedef Matrix< double, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | InputDirectionMatrix |
typedef Superclass::NumberOfParametersType | NumberOfParametersType |
typedef Matrix< double, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension)> | OutputDirectionMatrix |
Public Types inherited from itk::TransformBase | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual void | ComputeJacobianWithRespectToParameters (const InputPointType &p, JacobianType &jacobian) const |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual const ParametersType & | GetParameters (void) const |
virtual const ScaleVectorType & | GetScale () |
void | SetIdentity () |
virtual void | SetMatrix (const MatrixType &matrix) |
virtual void | SetParameters (const ParametersType ¶meters) |
void | SetScale (const ScaleVectorType &scale) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputSpaceDimension = 3 |
static const unsigned int | OutputSpaceDimension = 3 |
static const unsigned int | ParametersDimension = 9 |
Static Public Attributes inherited from itk::VersorRigid3DTransform< TScalarType > | |
static const unsigned int | SpaceDimension = 3 |
Static Public Attributes inherited from itk::VersorTransform< TScalarType > | |
Static Public Attributes inherited from itk::Rigid3DTransform< TScalarType > | |
Static Public Attributes inherited from itk::MatrixOffsetTransformBase< TScalarType, 3, 3 > | |
Static Public Attributes inherited from itk::Transform< TScalarType, NInputDimensions, NOutputDimensions > |
Private Member Functions | |
void | operator= (const Self &) |
ScaleVersor3DTransform (const Self &) |
Private Attributes | |
ScaleVectorType | m_Scale |
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.
|
protected |
|
protected |
|
protected |
|
protected |
|
private |
|
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 >.
|
protectedvirtual |
Compute the components of the rotation matrix in the superclass.
Reimplemented from itk::VersorTransform< TScalarType >.
|
protectedvirtual |
Reimplemented from itk::VersorTransform< TScalarType >.
|
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 |
Run-time type information (and related methods).
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
|
virtual |
Get the Transformation Parameters.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
|
virtual |
|
static |
New macro for creation of through a Smart Pointer.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
|
private |
Assignment operator
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
|
protectedvirtual |
Print contents of a VersorTransform
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
|
virtual |
Set the internal parameters of the transform in order to represent an Identity transform.
Reimplemented from itk::VersorTransform< TScalarType >.
|
virtual |
Directly set the matrix of the transform.
Reimplemented from itk::Rigid3DTransform< TScalarType >.
|
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.
|
inlineprotected |
Definition at line 132 of file itkScaleVersor3DTransform.h.
|
static |
Dimension of parameters.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 62 of file itkScaleVersor3DTransform.h.
|
private |
Vector containing the scale.
Definition at line 147 of file itkScaleVersor3DTransform.h.
|
static |
Dimension of parameters.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 63 of file itkScaleVersor3DTransform.h.
|
static |
Dimension of parameters.
Reimplemented from itk::VersorRigid3DTransform< TScalarType >.
Definition at line 64 of file itkScaleVersor3DTransform.h.