SURF-V1.0.9-WinDLLVC8

所属分类:GDI/图象编程
开发工具:Visual C++
文件大小:1202KB
下载次数:11
上传日期:2011-12-26 14:15:23
上 传 者wadehuang
说明:  surf代码,能够实现图像上surf特征点的检测和定位等
(surf code, to surf on the feature points of image detection and positioning )

文件列表:
SURF-V1.0.9-WinDLLVC8\CHANGES (1345, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\Debug\imload.obj (22390, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\Debug\main.obj (73324, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\Debug\os_mapping.obj (12342, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\Debug\surfWINDLLDemo.exe (114836, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\Debug\surfWINDLLDemo.ilk (132340, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\Debug\surfWINDLLDemo.pch (3556388, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\Debug\surfWINDLLDemo.pdb (181248, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\Debug\surfWINDLL_d.dll (114688, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\Debug\surfWINDLL_d.lib (14826, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\Debug\vc60.idb (214016, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\Debug\vc60.pdb (184320, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\fasthessian.h (3043, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\image.h (2847, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\imload.cpp (2966, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\imload.h (1248, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\ipoint.h (1650, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\LICENSE (832, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\main.cpp (9860, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\os_mapping.cpp (1627, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\os_mapping.h (1512, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\Release\surfWINDLL.dll (53248, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\Release\surfWINDLL.lib (14640, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\Release\surfWINDLLDemo.exe (20992, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\surf.h (3057, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\surflib.h (4551, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\surfWINDLL.h (821, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\surfWINDLLDemo.dsp (5062, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\surfWINDLLDemo.dsw (551, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\surfWINDLLDemo.ncb (50176, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\surfWINDLLDemo.opt (48640, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\surfWINDLLDemo.plg (1722, 2011-10-12)
SURF-V1.0.9-WinDLLVC8\surfWINDLL_d.lib (14780, 2007-07-25)
SURF-V1.0.9-WinDLLVC8\Debug (0, 2011-11-07)
SURF-V1.0.9-WinDLLVC8\Release (0, 2011-11-07)
SURF-V1.0.9-WinDLLVC8 (0, 2011-11-07)

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.

近期下载者

相关文件


收藏者