mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Cherry pick failed to grab interface changes.
This commit is contained in:
parent
4f373a4284
commit
76760470f3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user