Classes | |
struct | CvStackRecord |
struct | CvContext |
Macros | |
#define | CV_DEFAULT_ERROR_CALLBACK cvStdErrReport |
Typedefs | |
typedef struct CvContext | CvContext |
Functions | |
CV_IMPL int | cvStdErrReport (int code, const char *func_name, const char *err_msg, const char *file, int line, void *) |
CV_IMPL int | cvGuiBoxReport (int code, const char *func_name, const char *err_msg, const char *file, int line, void *) |
CV_IMPL int | cvNulDevReport (int, const char *, const char *, const char *, int, void *) |
CV_IMPL CvErrorCallback | cvRedirectError (CvErrorCallback func, void *userdata, void **prev_userdata) |
CV_IMPL int | cvGetErrInfo (const char **errorcode_desc, const char **description, const char **filename, int *line) |
CV_IMPL const char * | cvErrorStr (int status) |
CV_IMPL int | cvGetErrMode (void) |
CV_IMPL int | cvSetErrMode (int mode) |
CV_IMPL int | cvGetErrStatus () |
CV_IMPL void | cvSetErrStatus (int code) |
CV_IMPL void | cvError (int code, const char *func_name, const char *err_msg, const char *file_name, int line) |
void | icvPthreadDestructor (void *key_val) |
CV_IMPL int | cvErrorFromIppStatus (int status) |
Variables | |
int | pthrerr = pthread_key_create( &g_TlsIndex, icvPthreadDestructor ) |
#define CV_DEFAULT_ERROR_CALLBACK cvStdErrReport |
CV_IMPL void cvError | ( | int | code, |
const char * | func_name, | ||
const char * | err_msg, | ||
const char * | file_name, | ||
int | line | ||
) |
CV_IMPL int cvGetErrInfo | ( | const char ** | errorcode_desc, |
const char ** | description, | ||
const char ** | filename, | ||
int * | line | ||
) |
CV_IMPL int cvGuiBoxReport | ( | int | code, |
const char * | func_name, | ||
const char * | err_msg, | ||
const char * | file, | ||
int | line, | ||
void * | |||
) |
CV_IMPL CvErrorCallback cvRedirectError | ( | CvErrorCallback | func, |
void * | userdata, | ||
void ** | prev_userdata | ||
) |
CV_IMPL int cvStdErrReport | ( | int | code, |
const char * | func_name, | ||
const char * | err_msg, | ||
const char * | file, | ||
int | line, | ||
void * | |||
) |
void icvPthreadDestructor | ( | void * | key_val | ) |
int pthrerr = pthread_key_create( &g_TlsIndex, icvPthreadDestructor ) |