leak3.py 140 Bytes
Newer Older
a  
Kai Westerkamp committed
1 2 3 4 5 6 7 8
#!/usr/bin/env python

import cv2.cv as cv
import math
import time

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