numpy-opencv-converter icon indicating copy to clipboard operation
numpy-opencv-converter copied to clipboard

Memory Leak

Open pythonanonuser opened this issue 9 years ago • 3 comments

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?

pythonanonuser avatar Sep 18 '16 01:09 pythonanonuser

the same problem

GarrickLin avatar Aug 15 '17 12:08 GarrickLin

same here

chanfr avatar Jan 09 '18 15:01 chanfr

Same, still exists.

pfabreu avatar May 30 '18 00:05 pfabreu