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

Functions

MxArray toStruct (const Mat &rotMatrX, const Mat &rotMatrY, const Mat &rotMatrZ, const Mat &eulerAngles)
 Create a new MxArray from decomposed projection matrix. More...
 

Function Documentation

◆ toStruct()

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.

Parameters
rotMatrXRotation matrix around x-axis.
rotMatrYRotation matrix around y-axis.
rotMatrZRotation matrix around z-axis.
eulerAnglesEuler angles of rotation.
Returns
output MxArray struct object.

Definition at line 21 of file decomposeProjectionMatrix.cpp.