Merge pull request #5767 from dtmoodie:cpu_mat_memory_allocator

This commit is contained in:
Vadim Pisarevsky
2015-12-10 14:32:04 +00:00
4 changed files with 29 additions and 10 deletions

View File

@@ -1895,6 +1895,8 @@ public:
MatAllocator* allocator;
//! and the standard allocator
static MatAllocator* getStdAllocator();
static MatAllocator* getDefaultAllocator();
static void setDefaultAllocator(MatAllocator* allocator);
//! interaction with UMat
UMatData* u;