opencv/tests/python/leak3.py
2011-01-19 01:29:53 +00:00

5 lines
77 B
Python

import cv
while True:
cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)