numpy-opencv-converter
numpy-opencv-converter copied to clipboard
Memory Leak
I'm using the library and passing OpenCV images back and forth between python and C++. However my memory usage seems to increase rapidly as a result. I've narrowed it down to the converter most likely containing the leak by stripping my code down to just a method that passes an image from Python to C++ and does nothing else with it. I still experienced a memory leak in that barebones case.
I've tried with both OpenCV 2.4 and 3.1 and no luck. Any advice as to what the issue might be?
the same problem
same here
Same, still exists.