|
UMatData * | allocate (PyObject *o, int dims, const int *sizes, int type, size_t *step) const |
|
void | allocate (int dims, const int *sizes, int type, int *&refcount, uchar *&datastart, uchar *&data, size_t *step) |
|
UMatData * | allocate (int dims0, const int *sizes, int type, void *data, size_t *step, int flags, UMatUsageFlags usageFlags) const |
|
bool | allocate (UMatData *u, int accessFlags, UMatUsageFlags usageFlags) const |
|
void | deallocate (int *refcount, uchar *datastart, uchar *data) |
|
void | deallocate (UMatData *u) const |
|
| NumpyAllocator () |
|
| NumpyAllocator () |
|
| ~NumpyAllocator () |
|
| ~NumpyAllocator () |
|
Definition at line 98 of file module_opencv2.cpp.
NumpyAllocator::NumpyAllocator |
( |
| ) |
|
|
inline |
NumpyAllocator::~NumpyAllocator |
( |
| ) |
|
|
inline |
NumpyAllocator::NumpyAllocator |
( |
| ) |
|
|
inline |
NumpyAllocator::~NumpyAllocator |
( |
| ) |
|
|
inline |
UMatData* NumpyAllocator::allocate |
( |
PyObject * |
o, |
|
|
int |
dims, |
|
|
const int * |
sizes, |
|
|
int |
type, |
|
|
size_t * |
step |
|
) |
| const |
|
inline |
void NumpyAllocator::allocate |
( |
int |
dims, |
|
|
const int * |
sizes, |
|
|
int |
type, |
|
|
int *& |
refcount, |
|
|
uchar *& |
datastart, |
|
|
uchar *& |
data, |
|
|
size_t * |
step |
|
) |
| |
UMatData* NumpyAllocator::allocate |
( |
int |
dims0, |
|
|
const int * |
sizes, |
|
|
int |
type, |
|
|
void * |
data, |
|
|
size_t * |
step, |
|
|
int |
flags, |
|
|
UMatUsageFlags |
usageFlags |
|
) |
| const |
|
inline |
bool NumpyAllocator::allocate |
( |
UMatData * |
u, |
|
|
int |
accessFlags, |
|
|
UMatUsageFlags |
usageFlags |
|
) |
| const |
|
inline |
void NumpyAllocator::deallocate |
( |
int * |
refcount, |
|
|
uchar * |
datastart, |
|
|
uchar * |
data |
|
) |
| |
void NumpyAllocator::deallocate |
( |
UMatData * |
u | ) |
const |
|
inline |
const MatAllocator* NumpyAllocator::stdAllocator |
The documentation for this class was generated from the following files: