bbrister / SIFT3D

Analogue of the scale-invariant feature transform (SIFT) for three-dimensional images. Includes an image processing and linear algebra library with feature matching and RANSAC regression. Also includes IO functions supporting a variety of image formats.
MIT License
134 stars 47 forks source link

SIFT3D can run on win7 64,but can't run on win10 64? #23

Open junqiangchen opened 5 years ago

junqiangchen commented 5 years ago

hi, I install sift3d with the .exe, and add it to path and add include,libs,dlls in Visual Studio settings,then run it in x64 environment,i can run the example code on win7 64,but the code is crashed on win10 64.what is wrong with is? i guess this is the problem of TDM-GCC-64 lib,can anyone know how to fix it. thank you

bbrister commented 4 years ago

Hi,

I apologize for the late response. This is probably due to an issue with the prebuilt binaries. You should still be able to compile it from source. I have been lagging behind on maintenance of the Windows binaries. They need to be rebuilt for a newer version of Windows.

Could you show the error message you received?