我正在尝试在我的 Mac 上的 Matlab 中使用 David Lowe 的 SIFT 的 Matlab 演示。
但我不断收到错误:
[image, desc, locations] = sift('book.pgm')
/bin/bash: ./sift: cannot execute binary file
Error using sift (line 57)
Invalid keypoint file beginning.
我已经执行了makefile,但问题仍然存在。
注意:我使用的是 Matlab 8.4.0。
非常感谢任何帮助!谢谢你。