mexopencv  3.4.1
MEX interface for OpenCV library
Functions
anonymous_namespace{RQDecomp3x3.cpp} Namespace Reference

Functions

MxArray toStruct (const Mat &Qx, const Mat &Qy, const Mat &Qz, const Vec3d &eulerAngles)
 Create a new MxArray from decomposed matrix. More...
 

Function Documentation

◆ toStruct()

MxArray anonymous_namespace{RQDecomp3x3.cpp}::toStruct ( const Mat Qx,
const Mat Qy,
const Mat Qz,
const Vec3d eulerAngles 
)

Create a new MxArray from decomposed matrix.

Parameters
QxRotation matrix around x-axis.
QyRotation matrix around y-axis.
QzRotation matrix around z-axis.
eulerAnglesEuler angles of rotation.
Returns
output MxArray struct object.

Definition at line 21 of file RQDecomp3x3.cpp.