for sse.txt
来自「SiftGPU is an implementation of SIFT [1]」· 文本 代码 · 共 7 行
TXT
7 行
Please change the compiler options according to your CPU to enable SSE if the default setting doesn't work.
-march=(cpu_type) -mfpmath=sse
SSE is only used in OpenGL-based imiplementations to speed up the descriptor normalization,
you can delete them from CFLAGS if you are using only CUDA.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?