DAISY-BP

所属分类:图形图像处理
开发工具:C/C++
文件大小:5885KB
下载次数:16
上传日期:2014-06-30 13:00:41
上 传 者酱油20180915
说明:  使用daisy算子做稠密匹配的快速算法,可用于视频图像监控方面
(Operators using daisy dense matching algorithm to do fast, and can be used for video surveillance)

文件列表:
DAISY-BP-master (0, 2014-04-21)
DAISY-BP-master\AUTHORS (0, 2013-05-18)
DAISY-BP-master\COPYING (35147, 2013-05-18)
DAISY-BP-master\ChangeLog (0, 2013-05-18)
DAISY-BP-master\INSTALL (15744, 2013-05-18)
DAISY-BP-master\Makefile.am (681, 2013-05-18)
DAISY-BP-master\NEWS (0, 2013-05-18)
DAISY-BP-master\autogen.sh (120, 2013-05-18)
DAISY-BP-master\clean (157, 2013-05-18)
DAISY-BP-master\configure.ac (250, 2013-05-18)
DAISY-BP-master\doc (0, 2014-04-21)
DAISY-BP-master\doc\GTS250 (0, 2014-04-21)
DAISY-BP-master\doc\GTS250\p0_daisyGPU_times.png (79981, 2013-05-18)
DAISY-BP-master\doc\GTS250\p1_daisyGPUCPU_times.png (84127, 2013-05-18)
DAISY-BP-master\doc\GTS250\p2_daisyGPUCPU_speeds.png (81353, 2013-05-18)
DAISY-BP-master\doc\GTS250\p3_daisyGPUCPU_speedup.png (108483, 2013-05-18)
DAISY-BP-master\doc\GTS250\p4_daisyGPU_operations.png (105752, 2013-05-18)
DAISY-BP-master\doc\GTX660 (0, 2014-04-21)
DAISY-BP-master\doc\GTX660\p0_daisyGPU_times.png (70040, 2013-05-18)
DAISY-BP-master\doc\GTX660\p1_daisyGPUCPU_times.png (71966, 2013-05-18)
DAISY-BP-master\doc\GTX660\p2_daisyGPUCPU_speeds.png (69507, 2013-05-18)
DAISY-BP-master\doc\GTX660\p3_daisyGPUCPU_speedup.png (42623, 2013-05-18)
DAISY-BP-master\doc\GTX660\p5_daisyGPUCPU_speedhz.png (52615, 2013-05-18)
DAISY-BP-master\doc\GTX660-v2.0 (0, 2014-04-21)
DAISY-BP-master\doc\GTX660-v2.0\p0_daisyGPU_times.png (69124, 2013-05-18)
DAISY-BP-master\doc\GTX660-v2.0\p1_daisyGPUCPU_times.png (71722, 2013-05-18)
DAISY-BP-master\doc\GTX660-v2.0\p2_daisyGPUCPU_speeds.png (63244, 2013-05-18)
DAISY-BP-master\doc\GTX660-v2.0\p3_daisyGPUCPU_speedup.png (42421, 2013-05-18)
DAISY-BP-master\doc\GTX660-v2.0\p5_daisyGPUCPU_speedhz.png (53207, 2013-05-18)
DAISY-BP-master\doc\GTX660-v2.0\p6_daisyLoadStore_times.png (66716, 2013-05-18)
DAISY-BP-master\doc\TechnicalReport-GPUDAISY.pdf (4351534, 2013-05-18)
DAISY-BP-master\doc\poster.pdf (743734, 2013-05-18)
DAISY-BP-master\include (0, 2014-04-21)
DAISY-BP-master\include\kutility (0, 2014-04-21)
DAISY-BP-master\include\kutility\convolution.h (5668, 2013-05-18)
DAISY-BP-master\include\kutility\convolution_default.h (4985, 2013-05-18)
DAISY-BP-master\include\kutility\convolution_opencv.h (4497, 2013-05-18)
DAISY-BP-master\include\kutility\corecv.h (3193, 2013-05-18)
DAISY-BP-master\include\kutility\fileio.h (4769, 2013-05-18)
... ...

Third Year Project in Computer Science at Bath, UK. (2011-12) The project title is "Fast cross-device dense pixel correspondence using DAISY descriptors and OpenCL" Contents -------- - Aim - Project Outcome - How to Compile/Run - Portability - Documentation Aim ------- 1) To use OpenCL on graphics cards to implement the computation of the DAISY descriptor (cvlab.epfl.ch/alumni/tola/daisy.html) for an image in a dense fashion, ie compute a descriptor for every pixel in the image. 2) use Belief Propagation (on GPU again with OpenCL) to (after DAISY descriptor images have been computed for two images) to search for the pixel correspondence between two images. This is also aimed to be done densely, ie for as many descriptors as are available in the descriptor images The implementation of this algorithm in OpenCL should broaden the usability/applicability of such an algorithm to a range of different hardware/software without specific system versions or requirements. This relies on the, currently strong, support of major OS/hardware developers towards OpenCL. Project Outcome ---------------- The project was successfully carried out and the first aim fulfilled. This is the dense extraction of DAISY features for a frame. The speed-up up until the end of the project was ~21x compared to C++ code on a GTS250 card, and ~10x when the data is transferred back to RAM. This is likely to improve in future so check the plots under doc/ for speed-up and real-time capability with respect to image size. The second aim of the project is left for future work as the project complexity did not allow it to be developed in the given timescale. The progression of the project currently is part of my master's project in 2012/13 where dense object recognition with DAISY will be attempted. How to Compile/Run ------------------- Pre-requisites: cmake g++ Follow the installation instructions for OpenCL at; Nvidia - https://developer.nvidia.com/cuda-downloads ATI - http://developer.amd.com/tools/hc/AMDAPPSDK/downloads/Pages/default.aspx -------- The code in this repository is ready to be compiled and run by; > ./autogen.sh > make > ./gdaisy -i [-save] to extract features for an image, and -save to store them in a binary file with the name .bdaisy or > ./gdaisy -profile [-save] if you want to run a series of runs to measure the speed of DAISY extraction on your GPU. Add -save to test speed including the transfer to RAM. This may take upto a few minutes depending on your GPU. But well under a minute with a recent device. Portability ------------ Unfortunately there has not been time to do proper testing for portability regarding ATI cards, Windows and Mac. The code so far has proven to run on Linux and it does not show a problem with running on different Nvidia cards as is. Testing does need to be done for ATI, primarily, to make sure the OpenCL code is working correctly. Testing for Windows and Mac is less critical as the changes that may be needed will only be in the C/C++ code not OpenCL, which is much easier. Documentation --------------- Some documents regarding performance and the poster presented at the university in 2011/12 are available under doc/. For an implementation progress log and an indication of future development see file progress.txt. If you wish to know the implementation in detail contact me to provide the final report for the project at ipanousis156@gmail.com

近期下载者

相关文件


收藏者