readme

来自「加州大学一博士写的基于sift的图像匹配源代码」· 代码 · 共 41 行

TXT
41
字号
                        A SIFT IMPLEMENTATION                            Andrea Vedaldi                         vedaldi@cs.ucla.eduThis is a MATLAB/C implementation of the SIFT detector and descriptor[1]. See the documentation in 'doc/' to get started.CREDITS  The SIFT algorithm [1] has been patented by Dr. Lowe. Some of the  images in 'data/' are from [2,3].COMPLING AND TESTING  From MATLAB prompt  > sift_compile  > sift_demo  > sift_demo2  From shell propmt (Linux, Mac OS X)  > makeABOUT 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   Fixed a bug for which some of the keypoint detected where        dropped.REFERENCES[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.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?