#include "module.hpp"
Go to the source code of this file.
Value:try \
{ \
PyAllowThreads allowThreads; \
expr; \
} \
catch (const cv::Exception &e) \
{ \
return 0; \
}
static PyObject * opencv_error
Definition at line 69 of file module_opencv2.cpp.
int convert_to_CvMat2 |
( |
const PyObject * |
o, |
|
|
cv::Mat & |
m |
|
) |
| |
static int failmsg |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
static |
static PyObject* pyObjectFromRefcount |
( |
const int * |
refcount | ) |
|
|
inlinestatic |
PyObject* pyopencv_from |
( |
const Mat & |
m | ) |
|
static int* refcountFromPyObject |
( |
const PyObject * |
obj | ) |
|
|
inlinestatic |
PyObject* opencv_error = 0 |
|
static |
Initial value:= ( size_t )&((( PyObject* )0)->ob_refcnt ) +
( 0x12345678 != *( const size_t* )"\x78\x56\x34\x12\0\0\0\0\0" )*sizeof( int )
Definition at line 84 of file module_opencv2.cpp.