JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
PythonOpenCV.C File Reference
Include dependency graph for PythonOpenCV.C:

Go to the source code of this file.

Classes

class  pbcvt::PyAllowThreads
 
class  pbcvt::PyEnsureGIL
 
class  pbcvt::NumpyAllocator
 

Namespaces

 pbcvt
 

Macros

#define NO_IMPORT_ARRAY
 
#define PY_ARRAY_UNIQUE_SYMBOL   pbcvt_ARRAY_API
 

Enumerations

enum  { pbcvt::ARG_NONE = 0, pbcvt::ARG_MAT = 1, pbcvt::ARG_SCALAR = 2 }
 

Functions

int pbcvt::failmsg (const char *fmt,...)
 
PyObject * pbcvt::fromMatToNDArray (const Mat &m)
 
Mat pbcvt::fromNDArrayToMat (PyObject *o)
 

Variables

NumpyAllocator pbcvt::g_numpyAllocator
 

Macro Definition Documentation

◆ NO_IMPORT_ARRAY

#define NO_IMPORT_ARRAY

Definition at line 45 of file PythonOpenCV.C.

◆ PY_ARRAY_UNIQUE_SYMBOL

#define PY_ARRAY_UNIQUE_SYMBOL   pbcvt_ARRAY_API

Definition at line 46 of file PythonOpenCV.C.