Vadim Pisarevsky
|
adc1d94e95
|
updated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests, since this is already fixed in another pull request
|
12 years ago |
Vadim Pisarevsky
|
63bd6f9adf
|
fixed compile errors in ocl tests; disabled a few problematic tests
|
12 years ago |
Vadim Pisarevsky
|
84087a8566
|
fixed crash in Python's SURF wrapper (bug #2325)
|
12 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 |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Andrey Kamaev
|
33134ecb87
|
Increased test threshold for arm
|
13 years ago |
Andrey Kamaev
|
09140c2fc6
|
Reenabled OpponentSIFT test;
Changed compiler flags for 32-bit MSVC;
Fixed handling of "d" suffix of debug binaries in run.py.
|
13 years ago |
Andrey Kamaev
|
8d130ff10c
|
Fixed most of the floating-point accuracy problems for x86 gcc
|
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 |
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 |
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 |