sift readme

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.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值