The MATLAB MEX function for getting the pose of a ChArUco board from the native OpenCV implementation in C++. Link to relevant OpenCV documentation can be found here. The MATLAB MEX function for ...
One of my clients had a few functions written in matlab, but they were time consuming. So I rewrite this functions into C Source MEX files, so he can still use them in matlab. Functions become up to ...