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

Functions

MxArray toStruct (const vector< Mat > &rotations, const vector< Mat > &translations, const vector< Mat > &normals)
 Create a new MxArray from decomposed homography matrix. More...
 

Function Documentation

◆ toStruct()

MxArray anonymous_namespace{decomposeHomographyMat.cpp}::toStruct ( const vector< Mat > &  rotations,
const vector< Mat > &  translations,
const vector< Mat > &  normals 
)

Create a new MxArray from decomposed homography matrix.

Parameters
rotationsArray of rotation matrices.
translationsArray of translation matrices.
normalsArray of plane normal matrices.
Returns
output MxArray struct object.

Definition at line 20 of file decomposeHomographyMat.cpp.