⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 instruction.txt

📁 SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussi
💻 TXT
字号:

The list of required libraries is 

libCg.so	libCgGL.so	libGLEW.a	libglut.so
libIL.so -> libIL.so.1 		libIL.so.1	libCudart.so

Those libraris may also be dependent on other libraries, and you may need to download them yourself. You also need to handle the compatibility of those libraies yourself. 

Get those libraries either in the system default path or ./bin here before compiling. 

The output binaries are 
./bin/libsiftgpu.a	./bin/TestWinGlut	./bin/SimpleSIFT 	./bin/speed


If you want to run the stuff with any .so files in ./bin, don't forget to add . to LD_LIBRARY_PATH by calling:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.


If some of your header files (e.g. GL/gl.h )are not in the default path (e.g. /usr/include ), you'll need to add extra flags to CFLAGS in the makefile. Say, your opengl header are in /myheaders/GL. You'll need to add -isystem/myheader to CFLAGS.  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -