#include <core.hpp>
§ MatAllocator()
cv::MatAllocator::MatAllocator |
( |
| ) |
|
|
inline |
§ ~MatAllocator()
virtual cv::MatAllocator::~MatAllocator |
( |
| ) |
|
|
inlinevirtual |
§ allocate()
virtual void cv::MatAllocator::allocate |
( |
int |
dims, |
|
|
const int * |
sizes, |
|
|
int |
type, |
|
|
int *& |
refcount, |
|
|
uchar *& |
datastart, |
|
|
uchar *& |
data, |
|
|
size_t * |
step |
|
) |
| |
|
pure virtual |
§ deallocate()
virtual void cv::MatAllocator::deallocate |
( |
int * |
refcount, |
|
|
uchar * |
datastart, |
|
|
uchar * |
data |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: