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

Functions

MxArray toStruct (const Mat &K1, const Mat &D1, const Mat &K2, const Mat &D2, const Mat &R, const Mat &T, double rms)
 Create a new MxArray from stereo calibration results. More...
 

Function Documentation

◆ toStruct()

MxArray anonymous_namespace{fisheyeStereoCalibrate.cpp}::toStruct ( const Mat K1,
const Mat D1,
const Mat K2,
const Mat D2,
const Mat R,
const Mat T,
double  rms 
)

Create a new MxArray from stereo calibration results.

Parameters
K1First camera matrix.
D1Distortion coefficients of first camera.
K2Second camera matrix.
D2Distortion coefficients of second camera.
RRotation matrix between the cameras coordinate systems.
TTranslation vector between the cameras coordinate systems.
rmsRe-projection error.
Returns
output MxArray struct object.

Definition at line 24 of file fisheyeStereoCalibrate.cpp.