文件名称:SiftGPU-V370

介绍说明--下载内容均来自于网络,请自行研究使用

使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual-SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descr iptors.



SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified.



SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descr iptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided.




(系统自动生成,下载前可以参看下载内容)

下载文件列表

SiftGPU

.......\bin

.......\...\DevIL.dll

.......\...\glew32.dll

.......\...\SIFTGPU.dll

.......\...\SimpleSIFT.exe

.......\...\speed.exe

.......\...\TestWin.exe

.......\data

.......\....\1600.jpg

.......\....\640-1.jpg

.......\....\640-2.jpg

.......\....\640-3.jpg

.......\....\640-4.jpg

.......\....\640-5.jpg

.......\....\800-1.jpg

.......\....\800-2.jpg

.......\....\800-3.jpg

.......\....\800-4.jpg

.......\....\box.pgm

.......\....\list640.txt

.......\....\listx.txt

.......\....\Thumbs.db

.......\demos

.......\.....\demo1.bat

.......\.....\demo2.bat

.......\.....\demo3.bat

.......\.....\evaluation-box.bat

.......\.....\instructions.txt

.......\doc

.......\...\evaluation

.......\...\..........\box.pgm

.......\...\..........\box.siftgpu

.......\...\..........\evaluation.jpg

.......\...\manual.pdf

.......\...\speed_v311.jpg

.......\...\speed_v340_v2.jpg

.......\...\statistics.pdf

.......\History.txt

.......\include

.......\.......\GL

.......\.......\..\glew.h

.......\.......\..\glut.h

.......\.......\..\wglew.h

.......\.......\IL

.......\.......\..\COPYING

.......\.......\..\il.h

.......\lib

.......\...\DevIL.lib

.......\...\glew32.lib

.......\...\glew32s.lib

.......\...\glut32.lib

.......\...\SIFTGPU.exp

.......\...\SIFTGPU.lib

.......\...\TestBase.lib

.......\linux

.......\.....\bin

.......\.....\Instruction.txt

.......\.....\makefile

.......\mac

.......\...\use linux folder.txt

.......\Notes On CUDA.txt

.......\Notes on OpenGL.txt

.......\notice.txt

.......\README.txt

.......\speed_and_accuracy.txt

.......\src

.......\...\ServerSiftGPU

.......\...\.............\server.cpp

.......\...\.............\ServerSiftGPU.cpp

.......\...\.............\ServerSiftGPU.h

.......\...\SiftGPU

.......\...\.......\CLTexImage.cpp

.......\...\.......\CLTexImage.h

.......\...\.......\CuTexImage.cpp

.......\...\.......\CuTexImage.h

.......\...\.......\FrameBufferObject.cpp

.......\...\.......\FrameBufferObject.h

.......\...\.......\GlobalUtil.cpp

.......\...\.......\GlobalUtil.h

.......\...\.......\GLTexImage.cpp

.......\...\.......\GLTexImage.h

.......\...\.......\LiteWindow.h

.......\...\.......\ProgramCG.cpp

.......\...\.......\ProgramCG.h

.......\...\.......\ProgramCL.cpp

.......\...\.......\ProgramCL.h

.......\...\.......\ProgramCU.cu

.......\...\.......\ProgramCU.h

.......\...\.......\ProgramGLSL.cpp

.......\...\.......\ProgramGLSL.h

.......\...\.......\ProgramGPU.cpp

.......\...\.......\ProgramGPU.h

.......\...\.......\PyramidCL.cpp

.......\...\.......\PyramidCL.h

.......\...\.......\PyramidCU.cpp

.......\...\.......\PyramidCU.h

.......\...\.......\PyramidGL.cpp

.......\...\.......\PyramidGL.h

.......\...\.......\ShaderMan.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org