36 float length = rhs[5].toFloat();
37 drawAxis(image, cameraMatrix, distCoeffs, rvec, tvec, length);
struct mxArray_tag mxArray
Forward declaration for mxArray.
Common definitions for the aruco module.
mxArray object wrapper for data conversion and manipulation.
void nargchk(bool cond)
Alias for input/output arguments number check.
void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
Main entry called from Matlab.
Global constant definitions.
void drawAxis(InputOutputArray image, InputArray cameraMatrix, InputArray distCoeffs, InputArray rvec, InputArray tvec, float length)