32 &MxArray::toVector<DMatch>)));
34 MxArrayToVectorVectorPrimitive<uchar>(rhs[1]));
37 matches1to2, correctMatches1to2Mask, recallPrecisionCurve);
38 plhs[0] =
MxArray(
Mat(recallPrecisionCurve,
false).reshape(1,0));
struct mxArray_tag mxArray
Forward declaration for mxArray.
void computeRecallPrecisionCurve(const std::vector< std::vector< DMatch > > &matches1to2, const std::vector< std::vector< uchar > > &correctMatches1to2Mask, std::vector< Point2f > &recallPrecisionCurve)
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.