From 76760470f3aa8593226ce75e7183b7c60c470b3b Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 8 Dec 2015 09:54:14 -0500 Subject: [PATCH] Cherry pick failed to grab interface changes. --- modules/core/include/opencv2/core/mat.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/core/include/opencv2/core/mat.hpp b/modules/core/include/opencv2/core/mat.hpp index 6e67835d9f..ffec538657 100644 --- a/modules/core/include/opencv2/core/mat.hpp +++ b/modules/core/include/opencv2/core/mat.hpp @@ -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; -- GitLab