separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test
This commit is contained in:
6
modules/python/test/leak3.py
Normal file
6
modules/python/test/leak3.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import cv
|
||||
import math
|
||||
import time
|
||||
|
||||
while True:
|
||||
h = cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
|
Reference in New Issue
Block a user