bbrister/SIFT3D

Do you have the code to compile in Python?

gledsonmelotti opened this issue · 2 comments

Hello @bbrister.
Congratulations on the codes. He's very interesting.
Is there any way to compile such code in Python?

Best regards,
Gledson

Hello, thanks for your interest. I have an experimental python branch which does this for the I/O routines. It is not necessary to recompile the code, it is only necessary to call the shared libraries using the ctypes module in Python. However, it is often more convenient to write a short wrapper library in C to simplify the use of ctypes. I have already done this for the I/O routines. It would be great if someone could extend it to cover other functions as well.