Test case for #674
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import cv
|
||||
|
||||
while True:
|
||||
cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
import cv
|
||||
|
||||
while True:
|
||||
cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
|
||||