ITK
5.0.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 | |
using | AngleType = typename VersorType::ValueType |
using | AxisType = typename VersorType::VectorType |
using | AxisValueType = typename AxisType::ValueType |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename FixedParametersType::ValueType |
using | InputCovariantVectorType = typename Superclass::InputCovariantVectorType |
using | InputPointType = Point< TParametersValueType, Self::InputSpaceDimension > |
using | InputVectorType = Vector< TParametersValueType, Self::InputSpaceDimension > |
using | InputVnlVectorType = typename Superclass::InputVnlVectorType |
using | InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType |
using | JacobianPositionType = typename Superclass::JacobianPositionType |
using | JacobianType = typename Superclass::JacobianType |
using | MatrixType = Matrix< TParametersValueType, Self::InputSpaceDimension, Self::InputSpaceDimension > |
using | OffsetType = Vector< TParametersValueType, Self::InputSpaceDimension > |
using | OffsetValueType = typename OffsetType::ValueType |
using | OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType |
using | OutputPointType = Point< TParametersValueType, Self::OutputSpaceDimension > |
using | OutputVectorType = Vector< TParametersValueType, Self::OutputSpaceDimension > |
using | OutputVnlVectorType = typename Superclass::OutputVnlVectorType |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename ParametersType::ValueType |
using | Pointer = SmartPointer< Self > |
using | ScalarType = typename Superclass::ScalarType |
using | Self = Rigid3DPerspectiveTransform |
using | Superclass = Transform< TParametersValueType, Self::InputSpaceDimension, Self::OutputSpaceDimension > |
using | VersorType = Versor< TParametersValueType > |
using | VnlQuaternionType = vnl_quaternion< TParametersValueType > |
Public Types inherited from itk::Transform< TParametersValueType, 3, 2 > | |
using | ConstPointer = SmartPointer< const Self > |
using | DerivativeType = Array< ParametersValueType > |
using | DirectionChangeMatrix = Matrix< double, Self::OutputSpaceDimension, Self::InputSpaceDimension > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename Superclass::FixedParametersValueType |
using | InputCovariantVectorType = CovariantVector< TParametersValueType, NInputDimensions > |
using | InputDiffusionTensor3DType = DiffusionTensor3D< TParametersValueType > |
using | InputDirectionMatrix = Matrix< double, Self::InputSpaceDimension, Self::InputSpaceDimension > |
using | InputPointType = Point< TParametersValueType, NInputDimensions > |
using | InputSymmetricSecondRankTensorType = SymmetricSecondRankTensor< TParametersValueType, NInputDimensions > |
using | InputVectorPixelType = VariableLengthVector< TParametersValueType > |
using | InputVectorType = Vector< TParametersValueType, NInputDimensions > |
using | InputVnlVectorType = vnl_vector_fixed< TParametersValueType, NInputDimensions > |
using | InverseJacobianPositionType = vnl_matrix_fixed< ParametersValueType, NInputDimensions, NOutputDimensions > |
using | InverseTransformBasePointer = typename InverseTransformBaseType::Pointer |
using | InverseTransformBaseType = Transform< TParametersValueType, NOutputDimensions, NInputDimensions > |
using | JacobianPositionType = vnl_matrix_fixed< ParametersValueType, NOutputDimensions, NInputDimensions > |
using | JacobianType = Array2D< ParametersValueType > |
using | MatrixType = Matrix< TParametersValueType, Self::OutputSpaceDimension, Self::InputSpaceDimension > |
using | NumberOfParametersType = typename Superclass::NumberOfParametersType |
using | OutputCovariantVectorType = CovariantVector< TParametersValueType, NOutputDimensions > |
using | OutputDiffusionTensor3DType = DiffusionTensor3D< TParametersValueType > |
using | OutputDirectionMatrix = Matrix< double, Self::OutputSpaceDimension, Self::OutputSpaceDimension > |
using | OutputPointType = Point< TParametersValueType, NOutputDimensions > |
using | OutputSymmetricSecondRankTensorType = SymmetricSecondRankTensor< TParametersValueType, NOutputDimensions > |
using | OutputVectorPixelType = VariableLengthVector< TParametersValueType > |
using | OutputVectorType = Vector< TParametersValueType, NOutputDimensions > |
using | OutputVnlVectorType = vnl_vector_fixed< TParametersValueType, NOutputDimensions > |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename Superclass::ParametersValueType |
using | Pointer = SmartPointer< Self > |
using | ScalarType = ParametersValueType |
using | Self = Transform |
using | Superclass = TransformBaseTemplate< TParametersValueType > |
using | TransformCategoryType = typename Superclass::TransformCategoryType |
Public Types inherited from itk::TransformBaseTemplate< TParametersValueType > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = OptimizerParameters< FixedParametersValueType > |
using | FixedParametersValueType = double |
using | NumberOfParametersType = IdentifierType |
using | ParametersType = OptimizerParameters< ParametersValueType > |
using | ParametersValueType = TParametersValueType |
using | Pointer = SmartPointer< Self > |
using | Self = TransformBaseTemplate |
using | Superclass = Object |
enum | TransformCategoryType { UnknownTransformCategory =0, Linear =1, BSpline =2, Spline =3, DisplacementField =4, VelocityField =5 } |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
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 constexpr unsigned int | InputSpaceDimension = 3 |
static constexpr unsigned int | OutputSpaceDimension = 2 |
static constexpr unsigned int | ParametersDimension = 6 |
static constexpr unsigned int | SpaceDimension = 3 |
Static Public Attributes inherited from itk::Transform< TParametersValueType, 3, 2 > | |
static constexpr unsigned int | InputSpaceDimension |
static constexpr unsigned int | OutputSpaceDimension |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
Rigid3DPerspectiveTransform () | |
~Rigid3DPerspectiveTransform () override=default | |
Protected Member Functions inherited from itk::Transform< TParametersValueType, 3, 2 > | |
LightObject::Pointer | InternalClone () const override |
OutputDiffusionTensor3DType | PreservationOfPrincipalDirectionDiffusionTensor3DReorientation (const InputDiffusionTensor3DType &, const InverseJacobianPositionType &) const |
Transform () | |
Transform (NumberOfParametersType NumberOfParameters) | |
~Transform () override=default | |
Protected Member Functions inherited from itk::TransformBaseTemplate< TParametersValueType > | |
TransformBaseTemplate ()=default | |
~TransformBaseTemplate () override=default | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
~Object () override | |
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 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 | |
std::atomic< int > | m_ReferenceCount |
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::AngleType = typename VersorType::ValueType |
Definition at line 111 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::AxisType = typename VersorType::VectorType |
Definition at line 110 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::AxisValueType = typename AxisType::ValueType |
Definition at line 112 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::ConstPointer = SmartPointer<const Self> |
Definition at line 59 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::FixedParametersType = typename Superclass::FixedParametersType |
Parameters type.
Definition at line 71 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::FixedParametersValueType = typename FixedParametersType::ValueType |
Definition at line 72 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::InputCovariantVectorType = typename Superclass::InputCovariantVectorType |
Standard covariant vector type for this class
Definition at line 94 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::InputPointType = Point<TParametersValueType, Self::InputSpaceDimension> |
Standard coordinate point type for this class.
Definition at line 98 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::InputVectorType = Vector<TParametersValueType, Self::InputSpaceDimension> |
Standard vector type for this class.
Definition at line 90 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::InputVnlVectorType = typename Superclass::InputVnlVectorType |
Standard vnl_vector type for this class.
Definition at line 105 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType |
Definition at line 79 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::JacobianPositionType = typename Superclass::JacobianPositionType |
Definition at line 78 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::JacobianType = typename Superclass::JacobianType |
Jacobian types.
Definition at line 77 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::MatrixType = Matrix<TParametersValueType, Self::InputSpaceDimension, Self::InputSpaceDimension> |
Standard matrix type for this class.
Definition at line 83 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::OffsetType = Vector<TParametersValueType, Self::InputSpaceDimension> |
Standard vector type for this class.
Definition at line 86 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::OffsetValueType = typename OffsetType::ValueType |
Definition at line 87 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType |
Definition at line 95 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::OutputPointType = Point<TParametersValueType, Self::OutputSpaceDimension> |
Definition at line 99 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::OutputVectorType = Vector<TParametersValueType, Self::OutputSpaceDimension> |
Definition at line 91 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::OutputVnlVectorType = typename Superclass::OutputVnlVectorType |
Definition at line 106 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::ParametersType = typename Superclass::ParametersType |
Definition at line 73 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::ParametersValueType = typename ParametersType::ValueType |
Definition at line 74 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::Pointer = SmartPointer<Self> |
Definition at line 58 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::ScalarType = typename Superclass::ScalarType |
Scalar type.
Definition at line 68 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::Self = Rigid3DPerspectiveTransform |
Standard class type aliases.
Definition at line 53 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::Superclass = Transform<TParametersValueType, Self::InputSpaceDimension, Self::OutputSpaceDimension> |
Definition at line 56 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::VersorType = Versor<TParametersValueType> |
Versor type.
Definition at line 109 of file itkRigid3DPerspectiveTransform.h.
using itk::Rigid3DPerspectiveTransform< TParametersValueType >::VnlQuaternionType = vnl_quaternion<TParametersValueType> |
Standard vnl_quaternion type.
Definition at line 102 of file itkRigid3DPerspectiveTransform.h.
|
protected |
|
overrideprotecteddefault |
|
override |
Compute the Jacobian Matrix of the transformation at one point, allowing for thread-safety.
|
inlineoverride |
Definition at line 218 of file itkRigid3DPerspectiveTransform.h.
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 171 of file itkRigid3DPerspectiveTransform.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Transform< TParametersValueType, 3, 2 >.
|
inline |
Get offset of an Rigid3DPerspectiveTransform This method returns the value of the offset of the Rigid3DPerspectiveTransform.
Definition at line 117 of file itkRigid3DPerspectiveTransform.h.
|
overridevirtual |
Get the Transformation Parameters.
Implements itk::TransformBaseTemplate< TParametersValueType >.
|
inline |
Get rotation from an Rigid3DPerspectiveTransform. This method returns the value of the rotation of the Rigid3DPerspectiveTransform.
Definition at line 125 of file itkRigid3DPerspectiveTransform.h.
|
inline |
Return the rotation matrix
Definition at line 206 of file itkRigid3DPerspectiveTransform.h.
|
static |
New macro for creation of through a Smart Pointer.
|
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
|
inlineoverride |
Set the fixed parameters and update internal transformation. This transform has no fixed paramaters
Definition at line 141 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 165 of file itkRigid3DPerspectiveTransform.h.
|
inline |
This method sets the offset of an Rigid3DPerspectiveTransform to a value specified by the user.
Definition at line 147 of file itkRigid3DPerspectiveTransform.h.
|
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.
|
inlineoverride |
Definition at line 198 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.
|
inlineoverride |
Definition at line 184 of file itkRigid3DPerspectiveTransform.h.
|
inlineoverride |
Definition at line 190 of file itkRigid3DPerspectiveTransform.h.
|
static |
Dimension of the domain space.
Definition at line 45 of file itkRigid3DPerspectiveTransform.h.
|
private |
Center of rotation
Definition at line 258 of file itkRigid3DPerspectiveTransform.h.
|
private |
Fixed offset
Definition at line 255 of file itkRigid3DPerspectiveTransform.h.
|
private |
Set Focal distance of the projection.
Definition at line 249 of file itkRigid3DPerspectiveTransform.h.
|
private |
Offset of the transformation.
Definition at line 243 of file itkRigid3DPerspectiveTransform.h.
|
private |
Matrix representation of the rotation.
Definition at line 252 of file itkRigid3DPerspectiveTransform.h.
|
private |
Rotation of the transformation.
Definition at line 246 of file itkRigid3DPerspectiveTransform.h.
|
static |
Definition at line 46 of file itkRigid3DPerspectiveTransform.h.
|
static |
Definition at line 50 of file itkRigid3DPerspectiveTransform.h.
|
static |
Dimension of parameters.
Definition at line 49 of file itkRigid3DPerspectiveTransform.h.