]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/src/cv/cvsurf.cpp
fixed MSVC 2008 compile errors and warnings
[opencv.git] / opencv / src / cv / cvsurf.cpp
2010-04-05 vp153fixed MSVC 2008 compile errors and warnings
2010-03-26 vp153renamed all the _[A-Z] variables to avoid possible...
2010-03-24 vp153converted several OpenMP loops into TBB's parallel_for...
2010-01-19 mithunjacobFixed SURF descriptor vector return in images without...
2009-10-21 vp153fixed conversion from vector<KeyPoint> to Seq in SURF...
2009-10-14 baeumlfix removal of invalid SURF keypoints (SF #2871589)
2009-09-28 vp153applied multiple patches; fixed the crash in the C...
2009-09-08 vp153added the documentation for C++ API in cv and highgui...
2009-08-17 vp153Vector -> std::vector; added FAST by Edward Rosted...
2009-07-24 vp153renamed Keypoint to KeyPoint
2009-07-18 vp153fixed MSVC compile errors and warnings
2009-07-18 vp153Unified data structures for keypoints: SURFPoint -...
2009-06-12 vp153fixed many compiler warnings and errors in x64 build...
2009-06-11 vp153added a lot of new C++ functions duplicating the existi...
2009-04-13 jlblancocvSurf now accepts an additional flag to enable computi...
2009-03-18 liuliu87git-svn-id: https://code.ros.org/svn/opencv/trunk@1647...
2009-03-13 vp153preliminary variant of the new filtering functions
2009-01-21 xavier98Remove redundant assertions
2009-01-17 xavier98add typemaps to make cvExtractSURF usable from python
2009-01-15 vp153fix for VS2008
2009-01-14 kecsupImproved SURF version by Ian Mahon
2008-11-18 vp153fixed SURF extraction on very small images (thanks...
2008-10-15 vp153fixed openmp pragma's for GCC 4.x
2008-10-14 vp153fixed GCC 4.3.x warnings (and a couple of minor bugs)
2008-09-27 vp153fixed several compiler warnings and errs
2008-09-22 kecsupFix a warning with g++ 4.x
2008-09-22 vp153make it compile with GCC, MSVC6 ...
2008-09-19 vp153added SURF (thanks to Liu Liu)