![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Public Types | |
| enum | eTransformParams { eTP_Scale } |
Public Member Functions | |
| IPSDK_DECLARE_TRANSFORM3D (Scale3d) | |
| void | setParams (const ipReal64 scale) |
| select parameters associated to transformation | |
| void | setParams (const Vector ¶ms) |
| select parameters associated to transformation More... | |
| void | setIdentity () |
| set transformation parameters to identity | |
| void | apply (ipReal64 &x, ipReal64 &y, ipReal64 &z) const |
| apply transformation to a given point | |
| Matrix4d | getHomogenousMatrix () const |
| retrieve homogeneous matrix associated to transformation | |
| Vector | getParams () const |
| retrieve parameters associated to transformation | |
| Matrix4d | getInvHomogenousMatrix () const |
| retrieve invert of homogeneous matrix associated to transformation | |
| Vector | getInvParams () const |
| retrieve invert parameters associated to transformation | |
Constructors and destructor | |
| Scale3d () | |
| Scale3d (const ipReal64 scale) | |
| ~Scale3d () | |
| ipReal64 | getScale () const |
| retrieve parameters associated to transformation | |
Public Member Functions inherited from ipsdk::math::transform::BaseLinearGeometricTransform3d | |
| bool | isLinear () const |
| retrieve flag indicating whether geometric transform is linear | |
| BaseLinearGeometricTransform3d () | |
| virtual | ~BaseLinearGeometricTransform3d ()=0 |
Public Member Functions inherited from ipsdk::math::transform::BaseGeometricTransform3d | |
| virtual eGeometricTransform3dType | getGeometricTransform3dType () const =0 |
| retrieve geometric transform 3d type | |
| virtual ipUInt32 | getNbParams () const =0 |
| retrieve number of parameters associated to geometric transformation | |
| template<typename T > | |
| void | apply (const T xIn, const T yIn, const T zIn, T &xOut, T &yOut, T &zOut) const |
| apply transformation to a given point | |
| virtual bool | isInvertible () const |
| check whether transformation can be inverted | |
| GeometricTransform3dPtr | createInverted () const |
| create an inversed transformation from current one More... | |
| BaseGeometricTransform3d () | |
| virtual | ~BaseGeometricTransform3d () |
Static Public Member Functions | |
| static Matrix4d | getInvHomogenousMatrix (const ipReal64 scale) |
| retrieve invert of homogeneous matrix associated to transformation | |
| static void | getInvParams (ipReal64 &scale) |
| retrieve invert parameters for transformation | |
| static Vector | getIdentityParams () |
| retrieve identity parameters for transformation | |
| static void | transform (const ipReal64 scale, ipReal64 &x, ipReal64 &y, ipReal64 &z) |
| application of transformation to a point | |
| static Matrix4d | getHomogenousMatrix (const ipReal64 scale) |
| retrieve homogeneous matrix associated to transformation | |
Protected Attributes | |
| ipReal64 | _scale |
| transformation scale | |
Additional Inherited Members | |
Static Public Attributes inherited from ipsdk::math::transform::BaseLinearGeometricTransform3d | |
| static const bool | g_bLinear = true |
| linear status for transformation | |
|
virtual |
select parameters associated to transformation
| ipsdk::math::IPSDKMathException | if params.size() != getNbParams() |
Implements ipsdk::math::transform::BaseGeometricTransform3d.
1.8.14