I need to use a C library, a implementation of the Scale Invariant Feature Transform (SIFT)[1], in Julia. I don't think rewriting is an efficient effort, so I'm going to use their code.
My question is: Is it better to use the executables (available after compiling their code) or is it better to write a C file with the library headers and use the functions in Julia through it? Reference: [1] http://www.ipol.im/pub/art/2014/82/
