30 if (rhs[0].isNumeric() && rhs[1].isNumeric()) {
35 else if (rhs[0].isCell() && rhs[1].isCell()) {
37 dst(rhs[1].toVector<Point2f>());
struct mxArray_tag mxArray
Forward declaration for mxArray.
LIBMWMEX_API_EXTERN_C void mexErrMsgIdAndTxt(const char *identifier, const char *err_msg,...)
Issue formatted error message with corresponding error identifier and return to MATLAB prompt...
mxArray object wrapper for data conversion and manipulation.
void nargchk(bool cond)
Alias for input/output arguments number check.
Global constant definitions.