Warning fixes continued
[platform/upstream/opencv.git] / modules / features2d / src / descriptors.cpp
2012-06-09 Andrey KamaevWarning fixes continued
2012-06-07 Andrey KamaevSet stricter warning rules for gcc
2012-04-30 Vadim Pisarevskymerged 2.4 into trunk
2012-03-15 Vadim Pisarevskylot's of changes; nonfree & photo modules added; SIFT...
2011-11-08 Vadim Pisarevskyadded improved ORB implementation, convex-convex polygo...
2011-08-04 Andrey KamaevFixed reading/writing parameters for OrbDescriptorExtractor
2011-06-17 Maria Dimashovauncommented Opponent descriptors test, fixed descriptor...
2011-06-17 Vladimir Dudnikremoved trailing backspaces, reduced number of warnings...
2011-06-15 Maria Dimashovaminor formating
2011-06-15 Alexander Shishkovfixed compilation error on MCVS in descriptors.cpp
2011-06-15 Maria Dimashovafixed OpponentColorDescriptorExtractor (#1109)
2011-06-08 Maria Dimashovaadded upright mode to SURF (#825)
2011-05-20 Vincent Rabaud- adding ORB
2011-05-11 Maria Dimashovarestored 2 methods (for backward compatibility)
2011-05-01 Maria Dimashovaadded the filtering of keypoints having zero size ...
2011-04-29 Maria Dimashovafixed #832
2011-04-20 Andrey KamaevFixed #998 and #999: OpponentSIFT and OpponentSURF...
2011-01-31 Maria Dimashovachanged border type to float
2011-01-31 Maria Dimashovaadded empty() method to common features2d classes;...
2010-11-25 Vadim Pisarevskyfixed multiple warnings from VS2010.
2010-11-25 Maria Dimashovaadded tests for some detectors; made features2d object...
2010-11-24 Maria Dimashovaadded to DetectorExtractor test the check of compute...
2010-11-23 Maria Dimashovaupdated documentation on features2d; minor features2d...
2010-11-22 Maria Dimashovarefactored features2d and sample on matching to many...
2010-11-14 Ethan Rubleeadding the Brief descriptor, associated hamming distanc...
2010-10-29 Maria Dimashovamodified features2d interface; added algorithmic test...
2010-10-11 Anatoly Baksheevfixed some warning under VS2008
2010-09-23 Maria Dimashovasplit descriptors.cpp
2010-09-23 Maria Dimashovaadded OpponentColorDescriptorExtractor
2010-09-10 Maria DimashovaFixed FernClassifier
2010-08-24 Maria Dimashovaadded match()
2010-08-16 Maria Dimashovaminor changes
2010-08-05 Maria Dimashovafixed linker errors on Win and some warnings
2010-08-04 Ilya LysenkovFixed bugs in BruteForceMatcher and its specialization
2010-08-03 Maria Dimashovaadded GridAdaptedFeatureDetector, PyramidAdaptedFeature...
2010-07-29 Maria Dimashovafixed compile error when HAVE_EIGEN2 (#500)
2010-07-27 Maria Dimashovareplaced Calonder descriptor implementation; added...
2010-07-26 Maria Dimashovamodified FernClassifier::train(); remove old RTreeClass...
2010-07-16 Vadim Pisarevskyupdated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib...
2010-07-12 Alexander ShishkovChanged VectorDescriptorMatch interface to add factory...
2010-07-05 Vadim Pisarevskyfixed some MSVC2008 compiler errors & warnings
2010-07-02 Ilya LysenkovFixed bug ticket #416
2010-06-30 Ilya LysenkovSpeeded up BruteForceMatcher using matrix multiplication
2010-06-28 Maria Dimashovafixed compile error; renamed createDescriptorMatch...
2010-06-28 Ilya LysenkovAdded L1 distance code and used factory functions in...
2010-06-16 Ilya LysenkovAdded distance threshold-based matching
2010-06-12 Maria Dimashovamoved matchesMask
2010-06-12 Maria Dimashovarenamed parameter of drawMatches (mask to matchesMask)
2010-06-12 Victor ErukhimovChanged interface for drawMatches
2010-06-11 Victor ErukhimovDescriptorMatching -> DMatch
2010-06-11 Victor ErukhimovMoved detector and descriptor class factory functions...
2010-06-11 Maria Dimashovaadded drawMatches function to features2d and documentat...
2010-06-11 Ilya LysenkovAdded plot data generation for visual descriptors compa...
2010-06-10 Ilya LysenkovAdded sample for GenericDescriptorMatch
2010-06-09 Ilya LysenkovFixed FernDescriptorMatch
2010-06-08 Ilya LysenkovFixed FernDescriptorMatch and undid change of FernClass...
2010-06-08 Ilya LysenkovAdded Fern Descriptor and Calonder Descriptor to the...
2010-06-08 Ilya LysenkovFixed bugs in FernDescriptorMatch and FernClassifier
2010-06-04 Ilya LysenkovAdded read/write methods in detectors and some descript...
2010-06-02 Ilya LysenkovSpeeded up descriptors evaluations using clear ()
2010-06-02 Ilya LysenkovStoring PCA components and One Way descriptors in one...
2010-05-26 Maria Dimashovaadded clear method to GenericDescriptorMatch
2010-05-19 Maria Dimashovaupdated sift wrapper (recalculation angles mode)
2010-05-11 Vadim Pisarevsky"atomic bomb" commit. Reorganized OpenCV directory...