cv::MatAllocator Class Reference
Custom array allocator.
More...
#include <core.hpp>
List of all members.
Detailed Description
Custom array allocator.
Constructor & Destructor Documentation
cv::MatAllocator::MatAllocator |
( |
|
) |
|
virtual cv::MatAllocator::~MatAllocator |
( |
|
) |
[virtual] |
Member Function Documentation
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] |
The documentation for this class was generated from the following file: