mexopencv
0.1
mex interface for opencv library
|
Implementation of MxArray. More...
#include "MxArray.hpp"
Go to the source code of this file.
Functions | |
int | MexErrorHandler (int status, const char *func_name, const char *err_msg, const char *file_name, int line, void *) |
Cutom error callback to be invoked by cv::error(), CV_Assert, etc... More... | |
int MexErrorHandler | ( | int | status, |
const char * | func_name, | ||
const char * | err_msg, | ||
const char * | file_name, | ||
int | line, | ||
void * | userdata | ||
) |
Cutom error callback to be invoked by cv::error(), CV_Assert, etc...
status | status code. |
func_name | function name. |
err_msg | error message. |
file_name | filename path. |
line | line number. |
userdata | optional user data pointer (unused). |
Definition at line 86 of file MxArray.cpp.