0

I installed VLFEAT in my computer, I test it works just fine

    sift -h
    Usage: sift [options] files ...

    Options include:
     --verbose -v    Be verbose
    ....
    Version: driver 0.1; libvl 0.9.18

Now i want to invoke the command below from my python program, using os.system(cmd)

sift pic_tmp.pgm --output=/home/sara/data/pic003.sift --edge-thresh 10 --peak-thresh 5

But it doesn't seems to work, Should add something to my eclipse? The source installation of VLFEAT to eclipse?

Any suggestions? thank you

hb.Sara
  • 177
  • 2
  • 13

1 Answers1

0

Could cyvlfeat or pyvlfeat work for you? They are non-official python wrappers for vlfeat.

https://github.com/menpo/cyvlfeat

Imanol Luengo
  • 15,366
  • 2
  • 49
  • 67