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.
virtual cv::MatAllocator::~MatAllocator | ( | ) | [virtual] |
virtual void cv::MatAllocator::allocate | ( | int | dims, |
const int * | sizes, | ||
int | type, | ||
int *& | refcount, | ||
uchar *& | datastart, | ||
uchar *& | data, | ||
size_t * | step | ||
) | [pure virtual] |
virtual void cv::MatAllocator::deallocate | ( | int * | refcount, |
uchar * | datastart, | ||
uchar * | data | ||
) | [pure virtual] |