sift

所属分类:图形图象
开发工具:matlab
文件大小:2798KB
下载次数:2019
上传日期:2007-11-05 09:57:12
上 传 者336522
说明:  所上载的为 Vedaldi 根据D. G. Lowe sift 算法编写的 MATLAB代码。尽管此网上有类似源码,但不同的是本附件代码已经经过本人编译,测试,可以直接运行。而且对sift.m中的一个BUG进行了修正(已通知到 Mr Vedaldi)。
(Uploaded for Vedaldi algorithm in accordance with DG Lowe sift prepared MATLAB code. While this line have similar source, but the difference is that the code of this Annex I have been compiling, testing, can be directly run. But also for sift.m a BUG amended (have been notified to Mr Vedaldi).)

文件列表:
grid12.bmp (921654, 2007-10-24)
imsmooth.c (3960, 2006-11-04)
mexutils.c (2178, 2006-05-02)
siftdescriptor.c (16512, 2007-09-19)
siftlocalmax.c (8786, 2007-09-19)
siftmatch.c (10420, 2006-05-02)
siftormx.c (8146, 2006-08-25)
siftrefinemx.c (9014, 2007-09-19)
bundle.m (0, 2006-08-30)
diffss.m (2797, 2006-05-12)
gaussianss.m (7920, 2006-05-12)
imreadbw.m (2359, 2006-05-12)
plotmatches.m (10001, 2006-08-17)
plotsiftdescriptor.m (5466, 2006-05-12)
plotsiftframe.m (5222, 2007-02-20)
plotss.m (2734, 2006-05-13)
sift.m (10255, 2007-11-05)
sift_compile.m (1735, 2007-07-12)
sift_demo.m (3435, 2006-08-25)
sift_demo2.m (4460, 2007-07-12)
sift_demo3.m (1744, 2006-08-30)
sift_demo4.m (1409, 2006-11-02)
sift_demo5.m (387, 2006-11-03)
sift_demo6.m (957, 2007-03-15)
sift_demo_1.m (3469, 2007-10-22)
sift_demo_2.m (3473, 2007-10-24)
sift_overview.m (1170, 2007-01-26)
siftdescriptor.m (4047, 2007-01-26)
siftlocalmax.m (1637, 2006-05-02)
siftmatch.m (2925, 2006-05-02)
siftread.m (3575, 2006-05-13)
siftrefinemx.m (3109, 2006-05-13)
test_conv.m (324, 2006-12-18)
tightsubplot.m (5136, 2006-08-18)
sift_gendoc.css (2560, 2006-05-30)
LICENSE (1990, 2006-04-05)
Makefile (2797, 2007-08-04)
TIMESTAMP (197, 2007-08-04)
imsmooth.dll (8192, 2007-09-19)
... ...

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.10 Added sift_demo6.m. 0.9.9 Added a flag to compile on Intel Macs. Improved the documentation. 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.

近期下载者

相关文件


收藏者