sift

所属分类:图形图像处理
开发工具:matlab
文件大小:3201KB
下载次数:541
上传日期:2010-12-23 19:50:23
上 传 者zhang40
说明:  sift图像匹配的纯matlab代码,研究图像配准的可以用这个,配准图像效果较好!!
(sift pure image matching matlab code of image registration can use this, the image registration is better! !)

文件列表:
sift (0, 2010-12-23)
sift\bundle.m (0, 2006-08-31)
sift\data (0, 2006-12-13)
sift\data\box.pgm (72310, 2005-07-08)
sift\data\box.sift (233055, 2006-08-25)
sift\data\circle.pgm (10060, 2006-10-26)
sift\data\circle.sift (1362, 2006-10-26)
sift\data\img3.jpg (464954, 2006-04-05)
sift\data\img5.jpg (467808, 2006-04-05)
sift\data\landscape-a.jpg (275111, 2006-05-02)
sift\data\landscape-b.jpg (304723, 2006-05-02)
sift\data\nest.png (11101, 2006-11-03)
sift\data\nest2.bmp (17462, 2006-11-03)
sift\diffss.m (2797, 2006-05-13)
sift\doc (0, 2006-12-13)
sift\doc\bibliography.bib (246, 2006-04-11)
sift\doc\figures (0, 2006-04-28)
sift\doc\figures\sift-descriptor-AI.bb (550, 2006-04-28)
sift\doc\figures\sift-descriptor-AI.pdf (475918, 2006-04-28)
sift\doc\figures\sift-descriptor-SAVED.tex (3275, 2006-04-28)
sift\doc\figures\sift-descriptor.aux (8, 2006-04-28)
sift\doc\figures\sift-descriptor.log (13430, 2006-04-28)
sift\doc\figures\sift-descriptor.pdf (443880, 2006-04-28)
sift\doc\figures\sift-descriptor.tex (3275, 2006-04-28)
sift\doc\figures\sift-descriptor.wrm (13, 2006-04-28)
sift\doc\figures\warmread.sty (48557, 2001-07-05)
sift\doc\sift.tex (21807, 2006-05-13)
sift\doc\visionlab.sty (6174, 2006-04-11)
sift\gaussianss.m (7920, 2006-05-13)
sift\imreadbw.m (2359, 2006-05-13)
sift\imsmooth.c (3960, 2006-11-04)
sift\LICENSE (1990, 2006-04-05)
sift\Makefile (2388, 2006-12-13)
sift\mexutils.c (2178, 2006-05-02)
sift\plotmatches.m (10001, 2006-08-17)
sift\plotsiftdescriptor.m (5466, 2006-05-13)
sift\plotsiftframe.m (5040, 2006-08-25)
sift\plotss.m (2734, 2006-05-13)
sift\program-matlab (0, 2007-06-20)
sift\program-matlab\affine.m (1093, 2002-07-18)
... ...

AN IMPLEMENTATION OF LOWE'S SCALE INVARIANT FEATURE TRANSFORM Andrea Vedaldi vedaldi@cs.ucla.edu http://www.cs.ucla.edu/~vedaldi/ This is a MATLAB/C implementation of the SIFT detector and descriptor [1]. See the documentation in 'doc/' to get started. COMPLING From MATLAB prompt > sift_compile From shell prompt (Linux, Mac OS X) > make TESTING > sift_demo > sift_demo2 > sift_demo3 ABOUT THE SOURCE CODE We use the follwing convention to name files: *.m *.c: M and MEX files sift*mx.c: `Private' MEX files sift_*.m: Service scripts (compiling, demos) CHANGES 0.9.8 Minor bug fixes 0.9.7 Fixed a minor glitch in the convolution code. Increased the default number of octaves that get computed (this is more similar to Lowe's version). 0.9.6 Modified the convolution code to handle image boundaries more similarly to Lowe's version. 0.9.5 Fixed a minor issues with the new sift_demo3.m. 0.9.4 Fixed another bug in the detection of keypoints close to the boundary. Reduced the size of the distribution. New test code. 0.9.3 Improved plotmatches.m and tightsubplot.m 0.9.2 Improved detection of keypoints too close to the boundary 0.9.1 Fixed a bug in the creation of the .zip archive 0.9 Fixed a bug for which some of the keypoint detected where dropped. CREDITS The SIFT algorithm [1] has been patented by David Lowe. Some of the images in 'data/' are from [2,3]. [1] D. G. Lowe, "Distinctive image features from scale-invariant keypoints," IJCV, vol. 2, no. 60, pp. 91 110, 2004. [2] K. Mikolajczyk, T. Tuytelaars, C. Schmid, A. Zisserman, J. Matas, F. Schaffalitzky, T. Kadir, and L. Van Gool, "A comparison of affine region detectors," IJCV, vol. 1, no. 60, pp. 63 86, 2004. [3] C. Hormann, "Landscape of the week 2," 2006.

近期下载者

相关文件


收藏者