[NumPy-Tickets] [NumPy] #2036: Leak when mixing OpenCV GetMat and NumPy asarray
NumPy Trac
numpy-tickets@scipy....
Thu Feb 2 16:30:51 CST 2012
#2036: Leak when mixing OpenCV GetMat and NumPy asarray
----------------------+-----------------------------------------------------
Reporter: r2d3 | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.1
Resolution: invalid | Keywords:
----------------------+-----------------------------------------------------
Changes (by pv):
* status: new => closed
* resolution: => invalid
Comment:
It's a bug in OpenCV:
{{{
import cv
while True:
img = cv.CreateImage((8000,6000), 8, 1);
cv.GetMat(img).__array_struct__
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2036#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list