mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
MxArray | toStruct (const vector< Mat > &rotations, const vector< Mat > &translations, const vector< Mat > &normals) |
Create a new MxArray from decomposed homography matrix. More... | |
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.
rotations | Array of rotation matrices. |
translations | Array of translation matrices. |
normals | Array of plane normal matrices. |
Definition at line 20 of file decomposeHomographyMat.cpp.