mirror of
https://github.com/opencv/opencv.git
synced 2025-06-19 17:20:52 +08:00
5 lines
77 B
Python
5 lines
77 B
Python
import cv
|
|
|
|
while True:
|
|
cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
|