picture_connection_base_on_sift

所属分类:图形图像处理
开发工具:C/C++
文件大小:12972KB
下载次数:359
上传日期:2009-08-04 15:33:35
上 传 者amdam23000
说明:  实现基于sift特征的图像拼接,在sift特征提取和匹配(match)原代码的修改上实现的,源代码
(just as the name s description)

文件列表:
sift(备份)\1.jpg (37136, 2009-04-09)
sift(备份)\10.jpg (50717, 2009-04-23)
sift(备份)\11.jpg (30411, 2009-04-23)
sift(备份)\12.jpg (26986, 2009-04-23)
sift(备份)\13.jpg (34561, 2009-04-23)
sift(备份)\14.jpg (30086, 2009-04-23)
sift(备份)\15.jpg (50167, 2009-04-23)
sift(备份)\16.jpg (52401, 2009-04-23)
sift(备份)\17.jpg (64492, 2009-05-06)
sift(备份)\18.jpg (62763, 2009-05-06)
sift(备份)\19.jpg (30972, 2009-05-06)
sift(备份)\2.jpg (52418, 2009-04-22)
sift(备份)\20.jpg (31836, 2009-05-06)
sift(备份)\21.jpg (25990, 2009-06-05)
sift(备份)\22.jpg (21602, 2009-06-05)
sift(备份)\23.jpg (16900, 2009-06-05)
sift(备份)\24.jpg (33178, 2009-06-05)
sift(备份)\27.jpg (39173, 2009-06-10)
sift(备份)\28.jpg (33946, 2009-06-10)
sift(备份)\3.jpg (57264, 2009-04-22)
sift(备份)\4.jpg (51524, 2009-04-22)
sift(备份)\5.jpg (40574, 2009-04-23)
sift(备份)\6.jpg (39370, 2009-04-23)
sift(备份)\9.jpg (35930, 2009-04-23)
sift(备份)\beaver.png (48824, 2006-11-15)
sift(备份)\beaver.sift (38922, 2009-04-22)
sift(备份)\beaver_xform.png (39513, 2007-05-09)
sift(备份)\ChangeLog.txt (672, 2007-05-09)
sift(备份)\docs\html\annotated.html (2110, 2007-05-09)
sift(备份)\docs\html\doxygen.css (8055, 2007-05-09)
sift(备份)\docs\html\doxygen.png (1281, 2007-05-09)
sift(备份)\docs\html\files.html (2177, 2007-05-09)
sift(备份)\docs\html\formula.repository (301, 2007-05-09)
sift(备份)\docs\html\form_0.png (323, 2007-05-09)
sift(备份)\docs\html\form_1.png (184, 2007-05-09)
sift(备份)\docs\html\form_10.png (192, 2007-05-09)
sift(备份)\docs\html\form_11.png (283, 2007-05-09)
sift(备份)\docs\html\form_12.png (642, 2007-05-09)
sift(备份)\docs\html\form_13.png (634, 2007-05-09)
sift(备份)\docs\html\form_2.png (177, 2007-05-09)
... ...

Contents: 1. Intro 2. Requirements 3. Running 4. License 1. Intro This is a collection of code I've put together to detect SIFT features in images. It includes a SIFT function library as well as some executables to detect, match, and display keypoints. For more information on SIFT, refer to the paper by Lowe: Lowe, D. Distinctive image features from scale-invariant keypoints. International Journal of Computer Vision, 60, 2 (2004), pp.91--110. Or see Lowe's website: http://www.cs.ubc.ca/~lowe/keypoints/ Some of the code also works with affine-invariant features from the code by the VGG at oxford: http://www.robots.ox.ac.uk:5000/~vgg/research/affine/index.html Also included is a library containing functions to compute transforms from image features using RANSAC. See match.c for an example of how to use the RANSAC functions. /************************************************************************/ 2. Requirements All code in this package requires the OpenCV library (known working version is 1.0.0): http://sourceforge.net/projects/opencvlibrary/ Some functions require the Gnu Scientific Library (GSL) (known working version is 1.8): (Linux) http://www.gnu.org/software/gsl/ (Windows) http://gnuwin32.sourceforge.net/packages/gsl.htm /************************************************************************/ 3. Running The following is a list of directories that contain VC++.NET projects and the functions of the projects: *siftFeat -- Detect SIFT features *match -- Find and match SIFT features in two images *dspFeat -- Display features from a file You can mess with the global variables in each of the main C files to adjust parameters, including input and output files. You might also have to adjust the project properties depending on how you installed OpenCV and GSL. /************************************************************************/ 4. License The SIFT algorithm is Patented in the U.S. by the University of British Columbia. Thus, the SIFT feature detection code in this package may not be used in any commercial products without permission from UBC. All other code in this package is Licensed under the GPLv2. See the files LICENSE.ubc.txt and LICENSE.txt for more info.

近期下载者

相关文件


收藏者