Class cv::QuatEnum#

Collaboration diagram for cv::QuatEnum:

cv::QuatEnum Node1 cv::QuatEnum    

cv::QuatEnum Node1 cv::QuatEnum    

Public Types#

Enum of Euler angles type.

Member Enumeration Documentation#

enum EulerAnglesType

Enum of Euler angles type.

INT_XYZ
Python: cv.QuatEnum_INT_XYZ

Intrinsic rotations with the Euler angles type X-Y-Z.

INT_XZY
Python: cv.QuatEnum_INT_XZY

Intrinsic rotations with the Euler angles type X-Z-Y.

INT_YXZ
Python: cv.QuatEnum_INT_YXZ

Intrinsic rotations with the Euler angles type Y-X-Z.

INT_YZX
Python: cv.QuatEnum_INT_YZX

Intrinsic rotations with the Euler angles type Y-Z-X.

INT_ZXY
Python: cv.QuatEnum_INT_ZXY

Intrinsic rotations with the Euler angles type Z-X-Y.

INT_ZYX
Python: cv.QuatEnum_INT_ZYX

Intrinsic rotations with the Euler angles type Z-Y-X.

INT_XYX
Python: cv.QuatEnum_INT_XYX

Intrinsic rotations with the Euler angles type X-Y-X.

INT_XZX
Python: cv.QuatEnum_INT_XZX

Intrinsic rotations with the Euler angles type X-Z-X.

INT_YXY
Python: cv.QuatEnum_INT_YXY

Intrinsic rotations with the Euler angles type Y-X-Y.

INT_YZY
Python: cv.QuatEnum_INT_YZY

Intrinsic rotations with the Euler angles type Y-Z-Y.

INT_ZXZ
Python: cv.QuatEnum_INT_ZXZ

Intrinsic rotations with the Euler angles type Z-X-Z.

INT_ZYZ
Python: cv.QuatEnum_INT_ZYZ

Intrinsic rotations with the Euler angles type Z-Y-Z.

EXT_XYZ
Python: cv.QuatEnum_EXT_XYZ

Extrinsic rotations with the Euler angles type X-Y-Z.

EXT_XZY
Python: cv.QuatEnum_EXT_XZY

Extrinsic rotations with the Euler angles type X-Z-Y.

EXT_YXZ
Python: cv.QuatEnum_EXT_YXZ

Extrinsic rotations with the Euler angles type Y-X-Z.

EXT_YZX
Python: cv.QuatEnum_EXT_YZX

Extrinsic rotations with the Euler angles type Y-Z-X.

EXT_ZXY
Python: cv.QuatEnum_EXT_ZXY

Extrinsic rotations with the Euler angles type Z-X-Y.

EXT_ZYX
Python: cv.QuatEnum_EXT_ZYX

Extrinsic rotations with the Euler angles type Z-Y-X.

EXT_XYX
Python: cv.QuatEnum_EXT_XYX

Extrinsic rotations with the Euler angles type X-Y-X.

EXT_XZX
Python: cv.QuatEnum_EXT_XZX

Extrinsic rotations with the Euler angles type X-Z-X.

EXT_YXY
Python: cv.QuatEnum_EXT_YXY

Extrinsic rotations with the Euler angles type Y-X-Y.

EXT_YZY
Python: cv.QuatEnum_EXT_YZY

Extrinsic rotations with the Euler angles type Y-Z-Y.

EXT_ZXZ
Python: cv.QuatEnum_EXT_ZXZ

Extrinsic rotations with the Euler angles type Z-X-Z.

EXT_ZYZ
Python: cv.QuatEnum_EXT_ZYZ

Extrinsic rotations with the Euler angles type Z-Y-Z.

Source file#

The documentation for this class was generated from the following file: