opencv/tests/python/leak3.py

5 lines
77 B
Python
Raw Normal View History

2011-01-19 01:29:53 +00:00
import cv
while True:
cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)