mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
MxArray | toStruct (const Mat &R1, const Mat &R2, const Mat &t) |
Create a new MxArray from decomposed essential matrix. More... | |
MxArray anonymous_namespace{decomposeEssentialMat.cpp}::toStruct | ( | const Mat & | R1, |
const Mat & | R2, | ||
const Mat & | t | ||
) |
Create a new MxArray from decomposed essential matrix.
R1 | one possible rotation matrix. |
R2 | another possible rotation matrix. |
t | one possible translation vector. |
Definition at line 20 of file decomposeEssentialMat.cpp.