代码搜索:SiftGPU

找到约 30 项符合「SiftGPU」的源代码

代码结果 30
www.eeworm.com/read/487870/6290627

makefile_cuda_enabled

SHELL =/bin/sh IDIR =../Include SRC_SIFTGPU = ../SiftGPU/src SRC_DRIVER = ../TestWin/src CC=g++ #CFLAGS= -I$(IDIR) -L/usr/lib -L./bin -Wall -pthread #to enable SSE.. add -march=(cpu-type) -mf
www.eeworm.com/read/487870/6290637

makefile

SHELL =/bin/sh IDIR =../Include SRC_SIFTGPU = ../SiftGPU/src SRC_DRIVER = ../TestWin/src CC=gcc CFLAGS= -I$(IDIR) -L/usr/lib -L./bin -Wall -Wno-deprecated -pthread -march=naive -mfpmath=sse OD
www.eeworm.com/read/487870/6290581

cpp simplesift.cpp

//////////////////////////////////////////////////////////////////////////// // File: SimpleSIFT.cpp // Author: Changchang Wu // Description : A simple example shows how to use SiftGPU and SiftMa
www.eeworm.com/read/487870/6290607

txt speed_and_accuracy.txt

SPEED 1. The first several rounds of SiftGPU might be slow, don't worry. If it is always slow, the reason might be either the graphic card is old or the graphic memory is small. 2. Texture re
www.eeworm.com/read/487870/6290608

txt how_to_enable_cuda.txt

The CUDA implementation in the package is not compiled by default. To enable it for visual stuio 2005, you need to open the build configuration management, and cancel SiftGPU and check SiftGPU_CUDA
www.eeworm.com/read/487870/6290619

makefile

SHELL =/bin/sh IDIR =../Include SRC_SIFTGPU = ../SiftGPU/src SRC_DRIVER = ../TestWin/src CC=g++ #CFLAGS= -I$(IDIR) -L/usr/lib -L./bin -Wall -pthread CFLAGS= -I$(IDIR) -L/usr/lib -L/opt/local/
www.eeworm.com/read/487870/6290635

bat evaluation-box.bat

..\TestWin\bin\TestWinGlut.exe -i ..\doc\evaluation\box.pgm -o ..\doc\evaluation\box.siftgpu -w 3 -fo -1 -loweo -exit
www.eeworm.com/read/487870/6290585

h basictestwin.h

//////////////////////////////////////////////////////////////////////////// // File: BasicTestWin.h // Author: Changchang Wu // Description : // BasicTestWin: basic viewer of SiftGPU //
www.eeworm.com/read/487870/6290678

cpp globalutil.cpp

//////////////////////////////////////////////////////////////////////////// // File: GlobalUtil.cpp // Author: Changchang Wu // Description : Global Utility class for SiftGPU // // // // Cop
www.eeworm.com/read/487870/6290606

txt history.txt

0.5.345 Added macro SIFTGPU_NO_CG to allow disabling all cg-related stuff Made parameters (-dw, -ofix, -ofix-not) changeable after initialization -Other parameters that can be changed after init