mexopencv  0.1
mex interface for opencv library
Functions
MxArray.cpp File Reference

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...
 

Detailed Description

Implementation of MxArray.

Author
Kota Yamaguchi
Date
2012

Definition in file MxArray.cpp.

Function Documentation

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...

Parameters
statusstatus code.
func_namefunction name.
err_msgerror message.
file_namefilename path.
lineline number.
userdataoptional user data pointer (unused).
Returns
zero code.
See also
cv::redirectError

Definition at line 86 of file MxArray.cpp.