普通文本  |  9行  |  140 B

#!/usr/bin/env python

import cv2.cv as cv
import math
import time

while True:
    h = cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)