Ask Your Question

Revision history [back]

I guess the function says it all. Custom memory allocator is not supported by OpenCV. If you want to use a custom memory allocator, you will have to write overload functions and add own functionality to openCV, then build the whole library yourself. If you do so however, please create a pull request to add this functionality to the library.