Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
13 years ago |
Andrey Kamaev
|
ec7bc9e497
|
Fixed ORB and SURF regression tests
|
13 years ago |
Vadim Pisarevsky
|
411f51367e
|
raised threshold in ORB test; temporarily disabled always failing Opponent SIFT test
|
14 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Maria Dimashova
|
e95f8194e2
|
uncommented Opponent descriptors test, fixed descriptors mat size
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Maria Dimashova
|
8c0c773bf2
|
commented opponent descriptor test (temporarily)
|
14 years ago |
Vincent Rabaud
|
8a2c434260
|
- set the right comparison distance for ORB
|
14 years ago |
Vincent Rabaud
|
9806306d3d
|
- fix the test for ORB (it's a binary feature)
|
14 years ago |
Vincent Rabaud
|
dc37ad803e
|
- add missing tests for ORB
- remove useless code for 2.3
|
14 years ago |
Vadim Pisarevsky
|
23a9b7bb9c
|
fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920
|
14 years ago |
Andrey Kamaev
|
cc1c613313
|
Fixed #998 and #999: OpponentSIFT and OpponentSURF regression tests failure on Android
|
14 years ago |
Maria Dimashova
|
b1e0f2a45e
|
to test buildbot (1)
|
14 years ago |
Maria Dimashova
|
f9d9b3893b
|
to test buildbot
|
14 years ago |
Maria Dimashova
|
afd5683cb6
|
removed duplicated comments
|
14 years ago |
Maria Dimashova
|
c820438b22
|
restored several tests on features2d after moving on google tests
|
14 years ago |
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
14 years ago |
Maria Dimashova
|
9b4c682623
|
added empty() method to common features2d classes; fixed #831
|
14 years ago |
Maria Dimashova
|
073a8a6f27
|
fixed CvBoost
|
14 years ago |
Maria Dimashova
|
c9662c2e38
|
updated test threshold
|
14 years ago |
Maria Dimashova
|
db5cce885d
|
updated tests thresholds
|
14 years ago |
Maria Dimashova
|
b55777eb03
|
updated test threshold
|
14 years ago |
Maria Dimashova
|
bb532239fd
|
added to DescriptorMatcher test the check of match methods on empty data
|
14 years ago |
Maria Dimashova
|
9470c0eaec
|
updated test thresholds
|
14 years ago |
Maria Dimashova
|
5802ea39b1
|
fixed warnings of gcc
|
14 years ago |
Maria Dimashova
|
dfe4af9e1d
|
fixed warnings under win32
|
14 years ago |
Maria Dimashova
|
337f1dd2fa
|
minor changes of f2d tests log
|
14 years ago |
Maria Dimashova
|
7e5c11a920
|
added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector
|
14 years ago |
Maria Dimashova
|
0a2881adcd
|
added to DetectorExtractor test the check of compute() on empty data. Added test for BRIEF.
|
14 years ago |
Maria Dimashova
|
43716f31b9
|
added to FeatureDetector test the check of detect() on empty data
|
14 years ago |
Maria Dimashova
|
e406dfee44
|
refactored features2d and sample on matching to many images
|
14 years ago |
Maria Dimashova
|
75b1858c1f
|
Updated test threshold (#637)
|
14 years ago |
Maria Dimashova
|
69e329c9fd
|
modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images
|
14 years ago |
Maria Dimashova
|
f27a54be97
|
updated test threshold
|
14 years ago |
Maria Dimashova
|
8ad8e31bf5
|
fixed fail of descriptor-surf-test (ticket 568)
|
14 years ago |
Maria Dimashova
|
3e910e145b
|
fixed fail of descriptor-sift test (ticket 567)
|
14 years ago |
Alexander Shishkov
|
445f44c152
|
Move failed tests to corresponding blacklists
|
14 years ago |
Maria Dimashova
|
9e9d4b9e49
|
added OpponentColorDescriptorExtractor
|
14 years ago |
Alexander Shishkov
|
50450f5e04
|
remove failed tests (issues #578, 579)
|
14 years ago |
Alexander Shishkov
|
1889c20c38
|
remove failed test (see issues #575, 576, 577, 567, 568)
|
14 years ago |
Maria Dimashova
|
5a804717a7
|
updated test thresholds again
|
14 years ago |
Maria Dimashova
|
73b58ad0ef
|
updated test thresholds
|
14 years ago |
Maria Dimashova
|
070c966ece
|
uncommented some tests
|
14 years ago |
Alexander Shishkov
|
e616ba3399
|
remove failed test (see issues #571, 572)
|
14 years ago |
Alexander Shishkov
|
68cd4a72b1
|
remove failed test (see issue #536)
|
14 years ago |
Maria Dimashova
|
8ab3fdbcca
|
merged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d;
renamed createDetector to createFeatureDetector
|
14 years ago |