SURF_Demo

所属分类:图形图像处理
开发工具:Visual C++
文件大小:1166KB
下载次数:23
上传日期:2016-04-28 17:01:02
上 传 者tengxichao
说明:  Surf图像配准算法,算法可以实时对图像进行配准
(Surf algorithm to match images in real time)

文件列表:
demo_SURF_src (0, 2015-05-29)
demo_SURF_src\bin (0, 2015-05-26)
demo_SURF_src\descriptor.cpp (3519, 2014-04-14)
demo_SURF_src\descriptor.h (1879, 2014-03-17)
demo_SURF_src\display_images_surf.cpp (6409, 2015-05-26)
demo_SURF_src\display_images_surf.h (733, 2015-05-26)
demo_SURF_src\examples (0, 2015-05-26)
demo_SURF_src\examples\gobelet.png (122852, 2014-01-06)
demo_SURF_src\examples\gobelet2.png (345811, 2014-01-06)
demo_SURF_src\extern_files_used (0, 2015-05-26)
demo_SURF_src\extern_files_used\io_png.c (21285, 2014-01-06)
demo_SURF_src\extern_files_used\io_png.h (863, 2015-05-26)
demo_SURF_src\extern_files_used\libMatch (0, 2015-05-26)
demo_SURF_src\extern_files_used\libMatch\CMakeLists.txt (101, 2014-01-06)
demo_SURF_src\extern_files_used\libMatch\match.cpp (1070, 2014-01-06)
demo_SURF_src\extern_files_used\libMatch\match.h (453, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics (0, 2015-05-26)
demo_SURF_src\extern_files_used\libNumerics\CMakeLists.txt (276, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics\computeH.cpp (17304, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics\homography.cpp (1321, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics\homography.h (2941, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics\matrix.cpp (12824, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics\matrix.h (5201, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics\numerics.cpp (15134, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics\numerics.h (2130, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics\rodrigues.cpp (1156, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics\rodrigues.h (668, 2014-01-06)
demo_SURF_src\extern_files_used\libNumerics\vector.cpp (3903, 2014-01-06)
demo_SURF_src\extern_files_used\orsa.cpp (16746, 2014-01-06)
demo_SURF_src\extern_files_used\orsa.h (2321, 2014-01-06)
demo_SURF_src\extern_files_used\third_party (0, 2015-05-26)
demo_SURF_src\extern_files_used\third_party\Eigen (0, 2015-05-26)
demo_SURF_src\extern_files_used\third_party\Eigen\Array (304, 2014-01-06)
demo_SURF_src\extern_files_used\third_party\Eigen\Cholesky (750, 2014-01-06)
demo_SURF_src\extern_files_used\third_party\Eigen\CMakeLists.txt (607, 2014-01-06)
demo_SURF_src\extern_files_used\third_party\Eigen\COPYING.GPL (35147, 2014-01-06)
demo_SURF_src\extern_files_used\third_party\Eigen\COPYING.LGPL (7652, 2014-01-06)
demo_SURF_src\extern_files_used\third_party\Eigen\Core (12417, 2014-01-06)
demo_SURF_src\extern_files_used\third_party\Eigen\Dense (122, 2014-01-06)
demo_SURF_src\extern_files_used\third_party\Eigen\Eigen (37, 2014-01-06)
... ...

This file implements an algorithm possibly linked to the patent SURF. This file is made available for the exclusive aim of serving as scientific tool to verify the soundness and completeness of the algorithm description. Compilation, execution and redistribution of this file may violate patents rights in certain countries. The situation being different for every country and changing over time, it is your responsibility to determine which patent rights restrictions apply to you before you compile, use, modify, or redistribute this file. A patent lawyer is qualified to make this determination. If and only if they don't conflict with any patent terms, you can benefit from the following license terms attached to this file. This program is provided for research and education only: you can use and/or modify it for these purposes, but you are not allowed to redistribute this work or derivative works in source or executable form. A license must be obtained from the patent right holders for any other use. SURF for IPOL - 2015 This software is divided into 3 bins that can compute SURF descriptors, SURF matches and display them on images. The article reference can be found on IPOL. Last update: —— (4th release) Main changes: * cleaner code * bin file is separated into 3 files 1) Compilation Do "make" in command line. "make clean" to clean the .o files. 2) Usage Cd in /bin folder. To detect keypoints: ./extract_surf ../examples/gobelet.png k1.txt ./extract_surf ../examples/gobelet2.png k2.txt To match keypoints: ./match_surf k1.txt k2.txt matches.txt And to display: ./display_surf k1.txt k2.txt matches.txt ../examples/gobelet.png ../examples/gobelet2.png descriptor.png matches.png 3) Copyrights ORSA has not to be reviewed. ORSA and libMatch are not production of the author. If you are the owner and want your copyright to appear, please send us an email. 4) Contact If you see any bugs or have any comments, please send an email to the authors. Authors : E Oyallon edouard.oyallon@ens.fr J Rabin julien.rabin@unicaen.fr

近期下载者

相关文件


收藏者