ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkRigid3DPerspectiveTransform.h>
Rigid3DTramsform of a vector space (e.g. space coordinates)
This transform applies a rotation and translation to the 3D space followed by a projection to 2D space along the Z axis.
Definition at line 38 of file itkRigid3DPerspectiveTransform.h.
Public Types | |
typedef VersorType::ValueType | AngleType |
typedef VersorType::VectorType | AxisType |
typedef AxisType::ValueType | AxisValueType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::FixedParametersType | FixedParametersType |
typedef FixedParametersType::ValueType | FixedParametersValueType |
typedef Superclass::InputCovariantVectorType | InputCovariantVectorType |
typedef Superclass::InputVnlVectorType | InputVnlVectorType |
typedef Superclass::JacobianType | JacobianType |
typedef Matrix < TParametersValueType, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | MatrixType |
typedef Vector < TParametersValueType, itkGetStaticConstMacro(InputSpaceDimension)> | OffsetType |
typedef OffsetType::ValueType | OffsetValueType |
typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
typedef Superclass::OutputVnlVectorType | OutputVnlVectorType |
typedef Superclass::ParametersType | ParametersType |
typedef ParametersType::ValueType | ParametersValueType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScalarType | ScalarType |
typedef Versor < TParametersValueType > | VersorType |
typedef vnl_quaternion < TParametersValueType > | VnlQuaternionType |
typedef Rigid3DPerspectiveTransform | Self |
typedef Transform < TParametersValueType, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension)> | Superclass |
typedef Vector < TParametersValueType, itkGetStaticConstMacro(InputSpaceDimension)> | InputVectorType |
typedef Vector < TParametersValueType, itkGetStaticConstMacro(OutputSpaceDimension)> | OutputVectorType |
typedef Point < TParametersValueType, itkGetStaticConstMacro(InputSpaceDimension)> | InputPointType |
typedef Point < TParametersValueType, itkGetStaticConstMacro(OutputSpaceDimension)> | OutputPointType |
Public Types inherited from itk::Transform< TParametersValueType, 3, 2 > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Array < ParametersValueType > | DerivativeType |
typedef Matrix< double, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | DirectionChangeMatrix |
typedef Superclass::FixedParametersType | FixedParametersType |
typedef Superclass::FixedParametersValueType | FixedParametersValueType |
typedef CovariantVector < TParametersValueType, NInputDimensions > | InputCovariantVectorType |
typedef DiffusionTensor3D < TParametersValueType > | InputDiffusionTensor3DType |
typedef Matrix< double, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | InputDirectionMatrix |
typedef Point < TParametersValueType, NInputDimensions > | InputPointType |
typedef SymmetricSecondRankTensor < TParametersValueType, NInputDimensions > | InputSymmetricSecondRankTensorType |
typedef VariableLengthVector < TParametersValueType > | InputVectorPixelType |
typedef Vector < TParametersValueType, NInputDimensions > | InputVectorType |
typedef vnl_vector_fixed < TParametersValueType, NInputDimensions > | InputVnlVectorType |
typedef InverseTransformBaseType::Pointer | InverseTransformBasePointer |
typedef Transform < TParametersValueType, NOutputDimensions, NInputDimensions > | InverseTransformBaseType |
typedef Array2D < ParametersValueType > | JacobianType |
typedef Matrix < TParametersValueType, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | MatrixType |
typedef Superclass::NumberOfParametersType | NumberOfParametersType |
typedef CovariantVector < TParametersValueType, NOutputDimensions > | OutputCovariantVectorType |
typedef DiffusionTensor3D < TParametersValueType > | OutputDiffusionTensor3DType |
typedef Matrix< double, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension)> | OutputDirectionMatrix |
typedef Point < TParametersValueType, NOutputDimensions > | OutputPointType |
typedef SymmetricSecondRankTensor < TParametersValueType, NOutputDimensions > | OutputSymmetricSecondRankTensorType |
typedef VariableLengthVector < TParametersValueType > | OutputVectorPixelType |
typedef Vector < TParametersValueType, NOutputDimensions > | OutputVectorType |
typedef vnl_vector_fixed < TParametersValueType, NOutputDimensions > | OutputVnlVectorType |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::ParametersValueType | ParametersValueType |
typedef SmartPointer< Self > | Pointer |
typedef ParametersValueType | ScalarType |
typedef Transform | Self |
typedef TransformBaseTemplate < TParametersValueType > | Superclass |
typedef Superclass::TransformCategoryType | TransformCategoryType |
Public Types inherited from itk::TransformBaseTemplate< TParametersValueType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef OptimizerParameters < FixedParametersValueType > | FixedParametersType |
typedef ParametersValueType | FixedParametersValueType |
typedef IdentifierType | NumberOfParametersType |
typedef OptimizerParameters < ParametersValueType > | ParametersType |
typedef TParametersValueType | ParametersValueType |
typedef SmartPointer< Self > | Pointer |
typedef TransformBaseTemplate | Self |
typedef Object | Superclass |
enum | TransformCategoryType { UnknownTransformCategory =0, Linear =1, BSpline =2, Spline =3, DisplacementField =4, VelocityField =5 } |
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 () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputSpaceDimension = 3 |
static const unsigned int | OutputSpaceDimension = 2 |
static const unsigned int | SpaceDimension = 3 |
static const unsigned int | ParametersDimension = 6 |
Static Public Attributes inherited from itk::Transform< TParametersValueType, 3, 2 > | |
static const unsigned int | InputSpaceDimension |
static const unsigned int | OutputSpaceDimension |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
Rigid3DPerspectiveTransform () | |
~Rigid3DPerspectiveTransform () | |
Protected Member Functions inherited from itk::Transform< TParametersValueType, 3, 2 > | |
virtual LightObject::Pointer | InternalClone () const override |
OutputDiffusionTensor3DType | PreservationOfPrincipalDirectionDiffusionTensor3DReorientation (const InputDiffusionTensor3DType, const JacobianType) const |
Transform () | |
Transform (NumberOfParametersType NumberOfParameters) | |
virtual | ~Transform () |
Protected Member Functions inherited from itk::TransformBaseTemplate< TParametersValueType > | |
TransformBaseTemplate () | |
virtual | ~TransformBaseTemplate () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
void | operator= (const Self &) |
Rigid3DPerspectiveTransform (const Self &) | |
Private Attributes | |
InputPointType | m_CenterOfRotation |
OffsetType | m_FixedOffset |
TParametersValueType | m_FocalDistance |
OffsetType | m_Offset |
MatrixType | m_RotationMatrix |
VersorType | m_Versor |
Additional Inherited Members | |
Protected Attributes inherited from itk::Transform< TParametersValueType, 3, 2 > | |
DirectionChangeMatrix | m_DirectionChange |
FixedParametersType | m_FixedParameters |
ParametersType | m_Parameters |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef VersorType::ValueType itk::Rigid3DPerspectiveTransform< TParametersValueType >::AngleType |
Definition at line 112 of file itkRigid3DPerspectiveTransform.h.
typedef VersorType::VectorType itk::Rigid3DPerspectiveTransform< TParametersValueType >::AxisType |
Definition at line 111 of file itkRigid3DPerspectiveTransform.h.
typedef AxisType::ValueType itk::Rigid3DPerspectiveTransform< TParametersValueType >::AxisValueType |
Definition at line 113 of file itkRigid3DPerspectiveTransform.h.
typedef SmartPointer<const Self> itk::Rigid3DPerspectiveTransform< TParametersValueType >::ConstPointer |
Definition at line 60 of file itkRigid3DPerspectiveTransform.h.
typedef Superclass::FixedParametersType itk::Rigid3DPerspectiveTransform< TParametersValueType >::FixedParametersType |
Parameters type.
Definition at line 72 of file itkRigid3DPerspectiveTransform.h.
typedef FixedParametersType::ValueType itk::Rigid3DPerspectiveTransform< TParametersValueType >::FixedParametersValueType |
Definition at line 73 of file itkRigid3DPerspectiveTransform.h.
typedef Superclass::InputCovariantVectorType itk::Rigid3DPerspectiveTransform< TParametersValueType >::InputCovariantVectorType |
Standard covariant vector type for this class
Definition at line 94 of file itkRigid3DPerspectiveTransform.h.
typedef Point<TParametersValueType, itkGetStaticConstMacro(InputSpaceDimension)> itk::Rigid3DPerspectiveTransform< TParametersValueType >::InputPointType |
Standard coordinate point type for this class.
Definition at line 98 of file itkRigid3DPerspectiveTransform.h.
typedef Vector<TParametersValueType, itkGetStaticConstMacro(InputSpaceDimension)> itk::Rigid3DPerspectiveTransform< TParametersValueType >::InputVectorType |
Standard vector type for this class.
Definition at line 89 of file itkRigid3DPerspectiveTransform.h.
typedef Superclass::InputVnlVectorType itk::Rigid3DPerspectiveTransform< TParametersValueType >::InputVnlVectorType |
Standard vnl_vector type for this class.
Definition at line 106 of file itkRigid3DPerspectiveTransform.h.
typedef Superclass::JacobianType itk::Rigid3DPerspectiveTransform< TParametersValueType >::JacobianType |
Jacobian type.
Definition at line 78 of file itkRigid3DPerspectiveTransform.h.
typedef Matrix<TParametersValueType, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> itk::Rigid3DPerspectiveTransform< TParametersValueType >::MatrixType |
Standard matrix type for this class.
Definition at line 82 of file itkRigid3DPerspectiveTransform.h.
typedef Vector<TParametersValueType, itkGetStaticConstMacro(InputSpaceDimension)> itk::Rigid3DPerspectiveTransform< TParametersValueType >::OffsetType |
Standard vector type for this class.
Definition at line 85 of file itkRigid3DPerspectiveTransform.h.
typedef OffsetType::ValueType itk::Rigid3DPerspectiveTransform< TParametersValueType >::OffsetValueType |
Definition at line 86 of file itkRigid3DPerspectiveTransform.h.
typedef Superclass::OutputCovariantVectorType itk::Rigid3DPerspectiveTransform< TParametersValueType >::OutputCovariantVectorType |
Definition at line 95 of file itkRigid3DPerspectiveTransform.h.
typedef Point<TParametersValueType, itkGetStaticConstMacro(OutputSpaceDimension)> itk::Rigid3DPerspectiveTransform< TParametersValueType >::OutputPointType |
Standard coordinate point type for this class.
Definition at line 99 of file itkRigid3DPerspectiveTransform.h.
typedef Vector<TParametersValueType, itkGetStaticConstMacro(OutputSpaceDimension)> itk::Rigid3DPerspectiveTransform< TParametersValueType >::OutputVectorType |
Standard vector type for this class.
Definition at line 90 of file itkRigid3DPerspectiveTransform.h.
typedef Superclass::OutputVnlVectorType itk::Rigid3DPerspectiveTransform< TParametersValueType >::OutputVnlVectorType |
Definition at line 107 of file itkRigid3DPerspectiveTransform.h.
typedef Superclass::ParametersType itk::Rigid3DPerspectiveTransform< TParametersValueType >::ParametersType |
Definition at line 74 of file itkRigid3DPerspectiveTransform.h.
typedef ParametersType::ValueType itk::Rigid3DPerspectiveTransform< TParametersValueType >::ParametersValueType |
Definition at line 75 of file itkRigid3DPerspectiveTransform.h.
typedef SmartPointer<Self> itk::Rigid3DPerspectiveTransform< TParametersValueType >::Pointer |
Definition at line 59 of file itkRigid3DPerspectiveTransform.h.
typedef Superclass::ScalarType itk::Rigid3DPerspectiveTransform< TParametersValueType >::ScalarType |
Scalar type.
Definition at line 66 of file itkRigid3DPerspectiveTransform.h.
typedef Rigid3DPerspectiveTransform itk::Rigid3DPerspectiveTransform< TParametersValueType >::Self |
Standard class typedefs.
Definition at line 53 of file itkRigid3DPerspectiveTransform.h.
typedef Transform<TParametersValueType, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension)> itk::Rigid3DPerspectiveTransform< TParametersValueType >::Superclass |
Standard class typedefs.
Definition at line 56 of file itkRigid3DPerspectiveTransform.h.
typedef Versor<TParametersValueType> itk::Rigid3DPerspectiveTransform< TParametersValueType >::VersorType |
Versor type.
Definition at line 110 of file itkRigid3DPerspectiveTransform.h.
typedef vnl_quaternion<TParametersValueType> itk::Rigid3DPerspectiveTransform< TParametersValueType >::VnlQuaternionType |
Standard vnl_quaternion type.
Definition at line 103 of file itkRigid3DPerspectiveTransform.h.
|
protected |
|
protected |
|
private |
|
overridevirtual |
Compute the Jacobian Matrix of the transformation at one point, allowing for thread-safety.
|
inlineoverridevirtual |
Definition at line 219 of file itkRigid3DPerspectiveTransform.h.
References itk::Rigid3DPerspectiveTransform< TParametersValueType >::GetNameOfClass().
void itk::Rigid3DPerspectiveTransform< TParametersValueType >::ComputeMatrix | ( | ) |
Compute the matrix.
|
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 |
Set the center of Rotation
|
virtual |
Set a fixed offset: this allow to center the object to be transformed
|
inline |
Return the Focal Distance
Definition at line 172 of file itkRigid3DPerspectiveTransform.h.
References itk::Rigid3DPerspectiveTransform< TParametersValueType >::m_FocalDistance.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Transform< TParametersValueType, 3, 2 >.
Referenced by itk::Rigid3DPerspectiveTransform< TParametersValueType >::ComputeJacobianWithRespectToPosition().
|
inline |
Get offset of an Rigid3DPerspectiveTransform This method returns the value of the offset of the Rigid3DPerspectiveTransform.
Definition at line 118 of file itkRigid3DPerspectiveTransform.h.
References itk::Rigid3DPerspectiveTransform< TParametersValueType >::m_Offset.
|
overridevirtual |
Get the Transformation Parameters.
Reimplemented from itk::Transform< TParametersValueType, 3, 2 >.
|
inline |
Get rotation from an Rigid3DPerspectiveTransform. This method returns the value of the rotation of the Rigid3DPerspectiveTransform.
Definition at line 126 of file itkRigid3DPerspectiveTransform.h.
References itk::Rigid3DPerspectiveTransform< TParametersValueType >::m_Versor.
|
inline |
Return the rotation matrix
Definition at line 207 of file itkRigid3DPerspectiveTransform.h.
References itk::Rigid3DPerspectiveTransform< TParametersValueType >::m_RotationMatrix.
|
static |
New macro for creation of through a Smart Pointer.
|
private |
|
overrideprotectedvirtual |
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::Object.
|
virtual |
Set the center of Rotation
|
virtual |
Set a fixed offset: this allow to center the object to be transformed
|
inlineoverridevirtual |
Set the fixed parameters and update internal transformation. This transform has no fixed paramaters
Definition at line 142 of file itkRigid3DPerspectiveTransform.h.
|
inline |
Set the Focal Distance of the projection This method sets the focal distance for the perspective projection to a value specified by the user.
Definition at line 166 of file itkRigid3DPerspectiveTransform.h.
References itk::Rigid3DPerspectiveTransform< TParametersValueType >::m_FocalDistance.
|
inline |
This method sets the offset of an Rigid3DPerspectiveTransform to a value specified by the user.
Definition at line 148 of file itkRigid3DPerspectiveTransform.h.
References itk::Rigid3DPerspectiveTransform< TParametersValueType >::m_Offset.
|
override |
Set/Get the transformation from a container of parameters. This is typically used by optimizers. There are 6 parameters. The first three represent the versor and the last three represents the offset.
void itk::Rigid3DPerspectiveTransform< TParametersValueType >::SetRotation | ( | const VersorType & | rotation | ) |
This method sets the rotation of an Rigid3DPerspectiveTransform to a value specified by the user.
void itk::Rigid3DPerspectiveTransform< TParametersValueType >::SetRotation | ( | const Vector< TParametersValueType, 3 > & | axis, |
double | angle | ||
) |
Set Rotation of the Rigid transform. This method sets the rotation of an Rigid3DTransform to a value specified by the user using the axis of rotation an the angle.
|
inlineoverridevirtual |
Definition at line 199 of file itkRigid3DPerspectiveTransform.h.
|
override |
Transform by a Rigid3DPerspectiveTransform. This method applies the transform given by self to a given point, returning the transformed point.
|
inlineoverridevirtual |
Definition at line 185 of file itkRigid3DPerspectiveTransform.h.
|
inlineoverridevirtual |
Definition at line 191 of file itkRigid3DPerspectiveTransform.h.
|
static |
Dimension of the domain space.
Definition at line 43 of file itkRigid3DPerspectiveTransform.h.
|
private |
Center of rotation
Definition at line 261 of file itkRigid3DPerspectiveTransform.h.
|
private |
Fixed offset
Definition at line 258 of file itkRigid3DPerspectiveTransform.h.
|
private |
Set Focal distance of the projection.
Definition at line 252 of file itkRigid3DPerspectiveTransform.h.
Referenced by itk::Rigid3DPerspectiveTransform< TParametersValueType >::GetFocalDistance(), and itk::Rigid3DPerspectiveTransform< TParametersValueType >::SetFocalDistance().
|
private |
Offset of the transformation.
Definition at line 246 of file itkRigid3DPerspectiveTransform.h.
Referenced by itk::Rigid3DPerspectiveTransform< TParametersValueType >::GetOffset(), and itk::Rigid3DPerspectiveTransform< TParametersValueType >::SetOffset().
|
private |
Matrix representation of the rotation.
Definition at line 255 of file itkRigid3DPerspectiveTransform.h.
Referenced by itk::Rigid3DPerspectiveTransform< TParametersValueType >::GetRotationMatrix().
|
private |
Rotation of the transformation.
Definition at line 249 of file itkRigid3DPerspectiveTransform.h.
Referenced by itk::Rigid3DPerspectiveTransform< TParametersValueType >::GetRotation().
|
static |
Dimension of the domain space.
Definition at line 44 of file itkRigid3DPerspectiveTransform.h.
|
static |
Dimension of parameters.
Definition at line 49 of file itkRigid3DPerspectiveTransform.h.
|
static |
Dimension of parameters.
Definition at line 48 of file itkRigid3DPerspectiveTransform.h.