delete normalization in gabor kernel #1995
[profile/ivi/opencv.git] / modules / features2d /
2012-10-10 Andrey KamaevFix gcc build error introduced in a9f36df
2012-10-09 Andrey KamaevFix read after the end of local buffer in SSE-optimized...
2012-10-09 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-09 Kirill KornyakovMerge branch 'master' of git://5.9.49.245/opencv
2012-10-09 Andrey KamaevFix perf tests in features2d module
2012-10-09 Andrey KamaevFix terrible perf test for FAST detector
2012-10-09 Vadim Pisarevskyfixed several warnings from VS2010
2012-10-09 Vadim Pisarevskysome more fixes towards binary compatibility
2012-10-08 Andrey KamaevQuiet MSVC warning
2012-10-04 Andrey KamaevTBB version of GridAdaptedFeatureDetector
2012-10-02 Vadim Pisarevskyreplaced jpegs with png's. Accuracy tests pass; perform...
2012-10-01 Anatoly Baksheevwarnings under windows
2012-10-01 Vadim Pisarevskyfixed a few warnings reported by Oleg; restored SSE2...
2012-09-25 Vadim Pisarevskypossibly repaired FAST test (however, FAST<7/12> and...
2012-09-24 Vadim Pisarevskylowered tolerance thresholds in BRISK tests
2012-09-18 Vadim Pisarevskyimproved the condition in the FAST test
2012-09-17 Alexander MordvintsevMerge branch 'master' of git://code.opencv.org/opencv
2012-09-11 Vadim Pisarevskyfixed crash in Python's SURF wrapper (bug #2325)
2012-09-06 Andrey KamaevFix Android build warnings
2012-09-05 Yury ZemlyanskiyMerge remote-tracking branch 'itseez/opencv'
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-30 Andrey KamaevMerge pull request #27 from sergiud/master
2012-08-30 Alexandre BenoitMerge branch 'master' of git://code.opencv.org/opencv
2012-08-30 Vadim Pisarevskyfixed building BRISK on Windows
2012-08-30 Vincent Rabaudadd a scale invariance test for the detector
2012-08-30 Vincent Rabaudrevert orientation computation in jeypoint detection...
2012-08-30 Vincent Rabaudadd const correctness, replace __inline__ and remote...
2012-08-30 Vincent Rabaudadd rotation tests for the descriptors
2012-08-30 Vincent Rabaudadd more test to BRISK
2012-08-30 Vincent Rabaudinitial addition of BRISK with some tests
2012-08-30 Vincent Rabaudsplit FAST in order to reuse it in BRISK
2012-08-29 noobMerge branch 'master' of git://code.opencv.org/opencv
2012-08-28 Vadim Pisarevskyfixed many warnings (modified pull request 13)
2012-08-28 Corentin WallezFix fixed-point arithmetics in FREAK::meanIntensity
2012-08-23 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-23 Vsevolod GlumovImproved the public 'non-optimized' duplicates of ...
2012-08-22 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-22 Andrey KamaevFix Windows build issues
2012-08-21 Leonid BeynensonMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Andrey KamaevFixed FAST algorithm initializer
2012-08-15 Andrey Kamaev#2229 Fix FREAK build on CentOS
2012-08-15 Andrey Kamaev#2216 Forbid incorrect patchSize values in ORB
2012-08-15 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-15 Andrey Kamaev#2245 Fix BFMatcher::radiusMatchImpl witch Hamming...
2012-08-10 Daniil OsokinAdded perf test
2012-08-10 Daniil OsokinAdded perf test
2012-08-09 Philipp WagnerMerge branch 'master' of git://code.opencv.org/opencv
2012-08-09 Vladislav VinogradovMerge branch 'bgfg-gmg-optimized' into bgfg-gmg-merged
2012-08-08 Andrey KamaevLowered acceptance threshold in Features2d_RotationInva...
2012-08-07 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-07 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-08-07 Vadim Pisarevskyadded description of FAST 5/8 and FAST 7/12 (by Vincent)
2012-08-07 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-08-07 yaoMerge branch 'master' of git://code.opencv.org/opencv
2012-08-06 Andrey KamaevFixed build warnings (including error in FAST)
2012-08-03 nikoMerge branch 'master' of git://code.opencv.org/opencv
2012-07-31 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-07-31 Vadim Pisarevskyadded FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
2012-07-16 Maria Dimashovafixed tests for scale invariance (uncommented sift...
2012-07-16 Maria Dimashovachanged tests for rotation/scale invariance of descriptors
2012-07-16 Maria Dimashovachanged the way of HARRIS creation
2012-07-15 Maria Dimashovaadded tests on scale invariance of detectors and descri...
2012-07-14 Maria Dimashovafixed typo in test class names
2012-07-14 Maria Dimashovaadded tests to check rotation invariance of descriptors...
2012-07-14 Maria Dimashovaspecified KeyPoint::angle in rst doc and code comment
2012-07-14 Maria Dimashovafixed features2d rotation invariance tests
2012-07-14 Maria Dimashovafixed mser (angle is -1 now)
2012-07-14 Maria Dimashovafixed compile errors under win
2012-07-13 Maria Dimashovaadded tests to check rotation invariance of detectors
2012-07-12 Maria Dimashovaadded test to check keypoints returned by FeatureDetect...
2012-07-12 Maria Dimashovafiltered MSER keypoints that have centers out of image
2012-07-12 Maria Dimashovasplit file of features2d tests
2012-07-11 Alexander Mordvintsevwork on features2d python interface
2012-07-08 Marina Kolpakovafixed documentation missmatch for ORB
2012-07-06 Alexander Mordvintsevexposed ORB features to python
2012-07-05 Andrey Kamaevquiet most of the OSX build warnings
2012-07-03 Andrey KamaevFixed opponent space color conversion
2012-07-02 Maria Dimashovaremoved y-axis inversion in drawKeypoints (FeatureDetec...
2012-07-02 Maria Dimashovaadded test for opponent descriptor extractor
2012-07-01 Maria Dimashovafixed #1764
2012-06-30 Andrey KamaevFixed Windows build warnings and configuration problem.
2012-06-29 Andrey KamaevQuiet MSER tests
2012-06-29 Andrey KamaevAdded Ptr<T> support to AlgorithmInfo; fixed some warnings
2012-06-28 Andrey KamaevFixed discrepancy between SSE and regular baranches...
2012-06-25 Andrey Kamaevfixed several documentation errors
2012-06-25 Andrey KamaevAll tests writing temporary files are updated to use...
2012-06-25 Andrey KamaevFixed FREAK on Android
2012-06-24 Andrey KamaevFixed windows build of FREAK
2012-06-24 Vadim Pisarevskyadded FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre...
2012-06-12 Andrey KamaevFixed number of warnings. Fixed mingw64 build.
2012-06-09 Andrey KamaevWarning fixes continued
2012-06-08 Andrey KamaevIgnored warnings from gtest with precompiled headers...
2012-06-08 Andrey KamaevFixed mingw build.
2012-06-07 Andrey KamaevSet stricter warning rules for gcc
2012-06-01 Vadim Pisarevskygrid-adapted feature detector made a proper Algorithm...
2012-05-31 Andrey KamaevFixed #1996
2012-05-29 Andrey KamaevDocumentation: fixed class/struc members documentation...
2012-05-29 Andrey KamaevAdded check for trailing semicolon to rst parser; fixed...
2012-05-29 Andrey KamaevFixed documentation: corrected parameter names
2012-05-28 Andrey KamaevMore fixes for documentation.
next