1 | initial version |
No, you can do it,
Simple inherent from MatAllocator
Implement the virtual functions needed
Create a singleton instance for your allocator
Pass it to:
Mat::setDefaultAllocator()
worked for me
S
2 | No.2 Revision |
No, Yes, you can do it, redefine cv::Mat allocator !!!
Simple inherent from MatAllocator
Implement the virtual functions needed
Create a singleton instance for your allocator
Pass it to:
Mat::setDefaultAllocator()
worked for me
S S