Converts vector<cv::Point2f>
to mxArray
#include "opencvmex.hpp"
mxArray
*ocvMxArrayFromPoints2f(const std::vector<cv::Point2f> &points);
points
Reference to OpenCV vector<cv::Point2f>
.
Pointer to a MATLAB® mxArray
.
The ocvMxArrayFromPoints2f
function converts std::vector<cv::Point2f>
to
an mxArray
.