|
mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
| MxArray | toStruct (const Mat &rotMatrX, const Mat &rotMatrY, const Mat &rotMatrZ, const Mat &eulerAngles) |
| Create a new MxArray from decomposed projection matrix. More... | |
| MxArray anonymous_namespace{decomposeProjectionMatrix.cpp}::toStruct | ( | const Mat & | rotMatrX, |
| const Mat & | rotMatrY, | ||
| const Mat & | rotMatrZ, | ||
| const Mat & | eulerAngles | ||
| ) |
Create a new MxArray from decomposed projection matrix.
| rotMatrX | Rotation matrix around x-axis. |
| rotMatrY | Rotation matrix around y-axis. |
| rotMatrZ | Rotation matrix around z-axis. |
| eulerAngles | Euler angles of rotation. |
Definition at line 21 of file decomposeProjectionMatrix.cpp.
1.8.14