opencv/modules/python/test/leak3.py

9 lines
139 B
Python
Raw Normal View History

#/usr/bin/env python
2011-07-12 14:56:03 +02:00
import cv2.cv as cv
import math
import time
while True:
h = cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)