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

Functions

MxArray toStruct (const Mat &cameraMatrix1, const Mat &distCoeffs1, const Mat &cameraMatrix2, const Mat &distCoeffs2, const Mat &R, const Mat &T, const Mat &E, const Mat &F, double reprojErr)
 Create a new MxArray from stereo calibration results. More...
 

Function Documentation

◆ toStruct()

MxArray anonymous_namespace{stereoCalibrate.cpp}::toStruct ( const Mat cameraMatrix1,
const Mat distCoeffs1,
const Mat cameraMatrix2,
const Mat distCoeffs2,
const Mat R,
const Mat T,
const Mat E,
const Mat F,
double  reprojErr 
)

Create a new MxArray from stereo calibration results.

Parameters
cameraMatrix1First camera matrix.
distCoeffs1Distortion coefficients of first camera.
cameraMatrix2Second camera matrix.
distCoeffs2Distortion coefficients of second camera.
RRotation matrix between the cameras coordinate systems.
TTranslation vector between the cameras coordinate systems.
EEssential matrix.
FFundamental matrix.
reprojErrRe-projection error.
Returns
output MxArray struct object.

Definition at line 26 of file stereoCalibrate.cpp.