SURF-V1.0.9-WinDLL

所属分类:图形图像处理
开发工具:C/C++
文件大小:88KB
下载次数:309
上传日期:2008-04-15 23:13:10
上 传 者irsaimage
说明:  SURF特征提取算法的演示程序,在大多情况下处理速度和精度都超过sift算法
(SURF feature extraction algorithm demo program, in most of the cases deal with the speed and accuracy of more than sift algorithm)

文件列表:
SURF-V1.0.9-WinDLL (0, 2006-12-20)
SURF-V1.0.9-WinDLL\CHANGES (1345, 2006-12-20)
SURF-V1.0.9-WinDLL\Debug (0, 2006-12-20)
SURF-V1.0.9-WinDLL\fasthessian.h (3043, 2006-11-14)
SURF-V1.0.9-WinDLL\image.h (2847, 2006-11-14)
SURF-V1.0.9-WinDLL\imload.cpp (2966, 2006-10-31)
SURF-V1.0.9-WinDLL\imload.h (1248, 2006-10-26)
SURF-V1.0.9-WinDLL\ipoint.h (1650, 2006-10-26)
SURF-V1.0.9-WinDLL\LICENSE (832, 2006-10-26)
SURF-V1.0.9-WinDLL\main.cpp (9860, 2006-10-26)
SURF-V1.0.9-WinDLL\os_mapping.cpp (1627, 2006-10-26)
SURF-V1.0.9-WinDLL\os_mapping.h (1512, 2006-10-26)
SURF-V1.0.9-WinDLL\Release (0, 2006-12-20)
SURF-V1.0.9-WinDLL\surf.h (3057, 2006-11-14)
SURF-V1.0.9-WinDLL\surflib.h (4551, 2006-10-26)
SURF-V1.0.9-WinDLL\surfWINDLL.h (821, 2006-09-12)
SURF-V1.0.9-WinDLL\surfWINDLL.lib (14640, 2006-12-20)
SURF-V1.0.9-WinDLL\surfWINDLLDemo.dsp (5062, 2006-09-14)
SURF-V1.0.9-WinDLL\surfWINDLLDemo.dsw (551, 2006-09-13)
SURF-V1.0.9-WinDLL\surfWINDLLDemo.ncb (125952, 2006-12-20)
SURF-V1.0.9-WinDLL\surfWINDLLDemo.opt (53760, 2006-09-14)
SURF-V1.0.9-WinDLL\surfWINDLLDemo.plg (1437, 2006-09-13)
SURF-V1.0.9-WinDLL\surfWINDLL_d.lib (14780, 2006-12-20)

Usage ----- The library has been compiled using g++, version 4.0.0, for usage on a Pentium 4. To use the library in your program, you need to use the same compiler version. If you require the library to be compiled using another compiler, or another platform (such as Athlon XP), please contact us. When compiled, execute surf.ln without any argument in order to get more information concerning the usage and possible parameters. Data Format ----------- The output format of SURF is as follows: (1 + length of descriptor) number of points x y a b c l des x y a b c l des ... x, y = position of interest point a, b, c = [a b; b c] entries of second moment matrix. SURF only has circular regions, hence b = 0; a = c -> radius = 1 / a^2 l = sign of laplacian (-1 or 1) des = descriptor itself Data Input Format ----------------- If only the SURF descriptor should be computed, the -p1 command can be used. As an argument, it takes a file of the following format: (dummy byte) number of points x y a b c x y a b c Where, as above, [a b; b c] forms the second moment matrix. Note that SURF uses circular regions. Hence, a = c and b = 0. Licensing conditions -------------------- This software is being made available for research purposes only. It is necessary to obtain a license (see LICENSE file) for commercial applications.

近期下载者

相关文件


收藏者