Andrey Kamaev
|
c712f376d5
|
Fixed warnings about unused return value of fscanf, scanf and system
|
13 years ago |
Andrey Kamaev
|
7fd1cfc5e7
|
Fixed warnings about unused return value of fread
|
13 years ago |
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
Andrey Kamaev
|
ce89d00fcf
|
Implemented missed AlgorithmInfo for BRIEF
|
13 years ago |
Maria Dimashova
|
f262651465
|
added test case of matching the same descriptors
|
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
|
13 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 |
Vadim Pisarevsky
|
562914e33b
|
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
|
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 |
Maria Dimashova
|
ef5d7278ea
|
removed evaluation testbetch to sample
|
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
|
6432267de8
|
corrected angular difference check in MSER test (thanks to Pieter-Jan Busschaert for the patch)
|
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 |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Andrey Kamaev
|
b906ad3108
|
Test system included into Android build
|
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 |