opencv/tests/python/leak3.py

7 lines
107 B
Python
Raw Normal View History

2011-01-19 02:29:53 +01:00
import cv
2011-01-19 21:47:10 +01:00
import math
import time
2011-01-19 02:29:53 +01:00
while True:
2011-01-19 21:47:10 +01:00
h = cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)