5 lines
77 B
Python
5 lines
77 B
Python
|
import cv
|
||
|
|
||
|
while True:
|
||
|
cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
|