mirror of
https://github.com/opencv/opencv.git
synced 2024-12-02 07:39:57 +08:00
7 lines
117 B
Python
Executable File
7 lines
117 B
Python
Executable File
import cv2.cv as cv
|
|
import math
|
|
import time
|
|
|
|
while True:
|
|
h = cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
|