leak3.py 107 Bytes
Newer Older
James Bowman's avatar
James Bowman committed
1
import cv
2 3
import math
import time
James Bowman's avatar
James Bowman committed
4 5

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