source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/SURF-V1.0.8/CHANGES @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 1.2 KB
Line 
1V1.0.8
2------
3 - Fixed PGM loading routine to work with all PGM file varieties
4 - Added -nl option to output descriptor without Laplacian
5 - P1 interest point loading option: too small scales could result in NaN for descriptor
6 - Fixed rare segmentation fault
7 - Included sample matching application to demonstrate use of Laplacian
8 - Sample matching also provides image output for visual testing of detection/matching result
9 - Compiler changed to v4.0.2 (problems with Pentium 3 compatibility of 4.0.0)
10
11V1.0.7
12------
13 - Fixed SIGSEGV occuring for some pictures
14 - Changed compiler to g++ v4.0.0. To compile against library, same compiled has to be used.
15 - Windows DLL available as well
16
17V1.0.6
18------
19 - Subpixel offset was not rotated w.r.t. dominant direction---fixed (thanks to Geert Willems)
20 - Surf is now a shared library, surflib.h provides an interface to the library
21 - Option to load interest points, verbose output flag (thanks to Bastian Leibe)
22Internal:
23 - Makefile updated to actually react to changes in source code
24 - Changed data structure for interest points to vector<>, removed unnecessary indirections
25 - Removed unnecessary allocation/deallocation in many places
26 - Slight speed up (about 10%)
Note: See TracBrowser for help on using the repository browser.