mirror of
https://github.com/opencv/opencv.git
synced 2025-07-22 20:39:41 +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)
|