資源簡介
SURF: Speeded Up Robust Features的matlab實現,內附實例

代碼片段和文件信息
%INSTALLATION?INSTRUCTIONS
%
%???OPTIONAL:?Run?this?file?to?compile?the?C?and?C++?files.
%?????????????Due?to?the?nature?of?surfWINDLL?you?have?to?use?MSVC++?8.0
%?????????????because?otherwise?std::vector?is?not?binary?compatible.
%
%???1.?Add?the?SURF?directory?to?the?search?path?with?the?command
%???“pathtool“.
%
%???2.?Run?the?examples?in?the?“examples“?folder?to?verfy?that?everything
%???works.
%
%???Petter?Strandmark?2008
%???petter.strandmark@gmail.com
%
%%?Compile?
disp(‘Compiling?SURF?interface....‘);
mex?-DWIN32??surfpoints.cpp?surfWINDLL.lib
mex?surfmatch.c
disp(‘Done‘);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2008-07-31?12:24??SURFmex\examples\
?????目錄???????????0??2008-07-31?12:24??SURFmex\examples\panorama\
?????文件??????124714??2008-07-21?09:44??SURFmex\examples\panorama\1.jpg
?????文件??????122092??2008-07-21?09:44??SURFmex\examples\panorama\2.jpg
?????文件??????110074??2008-07-21?09:44??SURFmex\examples\panorama\3.jpg
?????文件??????121140??2008-07-21?11:29??SURFmex\examples\panorama\a.jpg
?????文件??????124832??2008-07-21?11:29??SURFmex\examples\panorama\b.jpg
?????文件??????118686??2008-07-21?11:29??SURFmex\examples\panorama\c.jpg
?????文件??????124564??2008-07-21?11:29??SURFmex\examples\panorama\d.jpg
?????文件??????118387??2008-07-21?11:29??SURFmex\examples\panorama\e.jpg
?????文件????????1021??2008-07-31?12:28??SURFmex\examples\panorama\estimate_projective_nonlinear.m
?????文件????????3890??2008-07-31?12:28??SURFmex\examples\panorama\estimate_projective_ransac.m
?????文件?????????620??2008-07-31?12:28??SURFmex\examples\panorama\estimate_projective4point.m
?????文件??????125072??2008-07-21?14:57??SURFmex\examples\panorama\outabcde.jpg
?????文件????????4777??2008-08-02?10:02??SURFmex\examples\panorama\panorama.m
?????文件?????????358??2008-07-31?12:28??SURFmex\examples\panorama\projective_distance2.m
?????文件????????1621??2008-08-02?12:35??SURFmex\examples\short_example.m
?????文件????????3043??2007-07-25?09:59??SURFmex\fasthessian.h
?????文件????????2962??2008-07-29?10:52??SURFmex\image.h
?????文件?????????615??2008-08-02?11:12??SURFmex\INSTALL.m
?????文件????????1650??2007-07-25?09:59??SURFmex\ipoint.h
?????文件????????2178??2008-07-29?14:16??SURFmex\mexutils.c
?????文件????????3166??2008-07-29?10:14??SURFmex\surf.h
?????文件????????4551??2008-07-29?11:29??SURFmex\surflib.h
?????文件????????6174??2008-08-02?12:27??SURFmex\surfmatch.c
?????文件????????1097??2008-08-02?12:30??SURFmex\surfmatch.m
?????文件????????8192??2008-08-04?10:00??SURFmex\surfmatch.mexw32
?????文件????????1007??2008-07-29?16:29??SURFmex\surfmatch_matlab.m
?????文件????????1374??2008-07-29?16:25??SURFmex\surfoptions.m
?????文件?????????690??2008-07-30?10:16??SURFmex\surfplot.m
?????文件???????10276??2008-08-04?10:00??SURFmex\surfpoints.cpp
............此處省略5個文件信息
評論
共有 條評論