opencv/modules/python/test/leak3.py
2012-11-23 22:57:22 +04:00

9 lines
139 B
Python
Executable File

#/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)