siftRH-VCPPnew

所属分类:VC书籍
开发工具:Visual C++
文件大小:3160KB
下载次数:68
上传日期:2011-03-22 12:27:59
上 传 者wangnao100
说明:  本程序可以成功运行,功能包括SIFT特征点提取、SIFT特征点匹配结果显示等
(The program can run successfully, features include SIFT feature point extraction, SIFT feature points matching results display)

文件列表:
siftRH\ChangeLog.txt (1478, 2009-01-08)
siftRH\Clutter1.bmp (921654, 2008-02-25)
siftRH\Clutter2.bmp (921654, 2008-02-25)
siftRH\Clutter3.bmp (921654, 2008-02-25)
siftRH\cv100d.dll (1028096, 2007-09-03)
siftRH\cxcore100d.dll (1282048, 2007-09-03)
siftRH\docs\html\annotated.html (2448, 2007-09-13)
siftRH\docs\html\doxygen.css (8077, 2007-09-13)
siftRH\docs\html\doxygen.png (1281, 2007-09-13)
siftRH\docs\html\files.html (2295, 2007-09-13)
siftRH\docs\html\formula.repository (301, 2007-09-13)
siftRH\docs\html\form_0.png (323, 2007-09-13)
siftRH\docs\html\form_1.png (184, 2007-09-13)
siftRH\docs\html\form_10.png (192, 2007-09-13)
siftRH\docs\html\form_11.png (283, 2007-09-13)
siftRH\docs\html\form_12.png (642, 2007-09-13)
siftRH\docs\html\form_13.png (634, 2007-09-13)
siftRH\docs\html\form_2.png (177, 2007-09-13)
siftRH\docs\html\form_3.png (247, 2007-09-13)
siftRH\docs\html\form_4.png (257, 2007-09-13)
siftRH\docs\html\form_5.png (176, 2007-09-13)
siftRH\docs\html\form_6.png (190, 2007-09-13)
siftRH\docs\html\form_7.png (205, 2007-09-13)
siftRH\docs\html\form_8.png (425, 2007-09-13)
siftRH\docs\html\form_9.png (291, 2007-09-13)
siftRH\docs\html\functions.html (3800, 2007-09-13)
siftRH\docs\html\functions_vars.html (3701, 2007-09-13)
siftRH\docs\html\globals.html (7360, 2007-09-13)
siftRH\docs\html\globals_func.html (7048, 2007-09-13)
siftRH\docs\html\globals_type.html (1520, 2007-09-13)
siftRH\docs\html\imgfeatures_8h.html (14039, 2007-09-13)
siftRH\docs\html\index.html (3672, 2009-01-08)
siftRH\docs\html\kdtree_8h.html (13953, 2007-09-13)
siftRH\docs\html\minpq_8h.html (10752, 2007-09-13)
siftRH\docs\html\sift_8h.html (14192, 2007-09-13)
siftRH\docs\html\structdetection__data.html (1620, 2007-09-13)
siftRH\docs\html\structfeature.html (10779, 2007-09-13)
siftRH\docs\html\structkd__node.html (4882, 2007-09-13)
siftRH\docs\html\structmin__pq.html (1984, 2007-09-13)
siftRH\docs\html\structpq__node.html (1493, 2007-09-13)
... ...

Contents: 1. Intro2. Requirements 3. Running 4. License ------beaver.png ------beaver_xform.png 1. IntroThis 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.htmlAlso 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. RequirementsAll 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 OpenCVand GSL./************************************************************************/ 4. LicenseThe 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.

近期下载者

相关文件


收藏者