cv::MatAllocator Class Reference
#include <core.hpp>
List of all members.
Detailed Description
Custom array allocator
Constructor & Destructor Documentation
cv::MatAllocator::MatAllocator |
( |
|
) |
[inline] |
virtual cv::MatAllocator::~MatAllocator |
( |
|
) |
[inline, 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:
- /home/grier/opencv/opencv/modules/core/include/opencv2/core/core.hpp