168 Commits (3ac3ba041597df5e71fbde68d518e18956a7a624)

Author SHA1 Message Date
marina.kolpakova fdfa402428 fixed surf for upright case 12 years ago
Maria Dimashova 29f86df585 merged with r9002 (fix for SURF descriptor) 13 years ago
Maria Dimashova cfeb28f2ba fixed tests for scale invariance (uncommented sift test, it's ok now) 13 years ago
Maria Dimashova 2556bb04f0 changed tests for rotation/scale invariance of descriptors 13 years ago
Maria Dimashova ec23d9bb5e added tests on scale invariance of detectors and descriptors 13 years ago
Maria Dimashova e4e00498a8 fixed typo in test class names 13 years ago
Maria Dimashova 0c6480d89b added tests to check rotation invariance of descriptors (features2d and nonfree) 13 years ago
Maria Dimashova 5120d690f0 fixed nonfree rotation invariance tests for detectors 13 years ago
Maria Dimashova 2c0455da17 changed sift angles according to KeyPoint::angle specification in r9034 13 years ago
Maria Dimashova 2bd86e2541 fixed compile errors under win 13 years ago
Maria Dimashova 30c611f1d5 added tests to check rotation invariance of detectors 13 years ago
Maria Dimashova 438c1444eb added test to check keypoints returned by FeatureDetector (center, size, angle) 13 years ago
Alexander Mordvintsev c5669448a3 work on features2d python interface 13 years ago
Alexander Mordvintsev ffd283b7d5 fixed SURF orientations, broken in r8892 13 years ago
Vincent Rabaud 185673e9e2 backoprt 8987 13 years ago
Vincent Rabaud c52d620817 update the docs for cvExtractSURF and initModule_nonfree() 13 years ago
Andrey Kamaev 3869d38671 fixed typo in SURF detector #2149 13 years ago
Andrey Kamaev e900952b87 quiet most of the OSX build warnings 13 years ago
Andrey Kamaev a66cd5698a Merged the trunk 8892,8894,8898 13 years ago
Maria Dimashova 52ba2e45c4 removed obsolete parameter 'time' in regression test for descriptors 13 years ago
Maria Dimashova 9cd0c9033f fixed angles of SURF detector 13 years ago
Marina Kolpakova 54ee92e3b0 merged trunk r8815:8827 13 years ago
Andrey Kamaev 6a13c9efc0 Added cmake for building Android package 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 47a4e87784 Ignored warnings from gtest with precompiled headers enabled 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago
Andrey Kamaev 7b5a45eac4 Merged the trunk r8384:8407 (inclusive) 13 years ago
Andrey Kamaev a20248977c Documentation: fixed class/struc members documentation; added warning on incorrectly documented member 13 years ago
Andrey Kamaev 05de6302fd Fixed documentation: corrected parameter names 13 years ago
Andrey Kamaev eb2f1f81ed Fixed hundreds of documentation problems 13 years ago
Vadim Pisarevsky fd68cc768a fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876) 13 years ago
Vadim Pisarevsky 9bbcebd6b0 added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu. 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky 7a3b351357 added documentation for ORB (ticket #1835). updated documentation on features2d (Feature2D class is still to be documented) (ticket #1819) 13 years ago
Andrey Kamaev 33134ecb87 Increased test threshold for arm 13 years ago
Andrey Kamaev 09140c2fc6 Reenabled OpponentSIFT test; 13 years ago
Andrey Kamaev db3f9b139b Fixed SURF behavior - from now it always returns keypoints in the same order 13 years ago
Andrey Kamaev 8d130ff10c Fixed most of the floating-point accuracy problems for x86 gcc 13 years ago
Vadim Pisarevsky 5b6b30ba0e added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago
Andrey Kamaev b835c04589 Fixed incorrect asssertion in test 13 years ago
Andrey Kamaev 2f88062de7 Fixed Android build warning 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Ilya Lysenkov 2f44610ef3 Mentioned in doc if a function is parallelized with the TBB library (issue #421) 13 years ago
Andrey Kamaev b6dac61e96 Fixed several documentation warnings and errors. 13 years ago
Andrey Pavlenko f1e3d4d492 adding test for the bug #1795 13 years ago
Andrey Kamaev 7fd1cfc5e7 Fixed warnings about unused return value of fread 13 years ago
Alexander Shishkov b79dfaf078 fixed problem with SURF loading in Python tests 13 years ago