Tomer Diament

Results 6 issues of Tomer Diament

It seems that the SIFT detection leaks memory. Here is the example script I am running. ```python import arrayfire as af import time while True: im = af.load_image('image.jpg') feats, desc...