openMVG / openMVG

open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.
Mozilla Public License 2.0
5.56k stars 1.66k forks source link

SIFT_describer.hpp could't find sift.h #2308

Closed shiyiyue12 closed 3 months ago

shiyiyue12 commented 3 months ago

I used the vcpkg to install the openmvg. But when I tried to use SIFT_Anatomy_Image_Describer. I met this issues.It told me that compiler can't find the sift.h.Did it is just for vcpkg.

shiyiyue12 commented 3 months ago

In fact, the sift.h does not exist in the directory. I'm not sure if it's a problem with me downloading with VCPKG or something else. I plan to try using CMake to see.

shiyiyue12 commented 3 months ago

I used SIFT_Anatomy_Image_Describer, but there were also some other interesting things that happened during this process, such as the sift_Descriptor_Extractor not being able to find the definition of M_PI, etc. However, these issues were all well resolved.