mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
7 lines
107 B
Python
7 lines
107 B
Python
import cv
|
|
import math
|
|
import time
|
|
|
|
while True:
|
|
h = cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
|