Custom array allocator. More...
#include <core.hpp>
Public Member Functions | |
MatAllocator () | |
virtual | ~MatAllocator () |
virtual void | allocate (int dims, const int *sizes, int type, int *&refcount, uchar *&datastart, uchar *&data, size_t *step)=0 |
virtual void | deallocate (int *refcount, uchar *datastart, uchar *data)=0 |
Custom array allocator.
cv::MatAllocator::MatAllocator | ( | ) |
|
virtual |
|
pure virtual |
|
pure virtual |