Andrej Petelin, 2011-02-19 11:43 pm
Download (187 Bytes)
"""Test script that will fill your memory if not killed with ctrl-c (linux 64bit)
"""
import cv, numpy
for i in range(1000000):
a = numpy.ones((30, 30))
mat = cv.fromarray(a)