Maksim Shabunin
4dd9a36a3c
Added test for checkMasks with UMat train descs
4 years ago
Yosshi999
c0f435349a
ignore tests dependent on flann when flann module is absent
5 years ago
Alexander Alekhin
a68835f7f1
features2d(test): add crossCheck=true test
6 years ago
Vadim Pisarevsky
0f622206e4
completely new C++ persistence implementation ( #13011 )
...
* integrated the new C++ persistence; removed old persistence; most of OpenCV compiles fine! the tests have not been run yet
* fixed multiple bugs in the new C++ persistence
* fixed raw size of the parsed empty sequences
* [temporarily] excluded obsolete applications traincascade and createsamples from build
* fixed several compiler warnings and multiple test failures
* undo changes in cocoa window rendering (that was fixed in another PR)
* fixed more compile warnings and the remaining test failures (hopefully)
* trying to fix the last little warning
6 years ago
luz.paz
d05714995c
Misc. modules/ cont. pt2
...
Found via `codespell`
7 years ago
Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Vladislav Vinogradov
26fe8bd4f2
made flann dependency for features2d optional
...
it will allow to build features2d even if flann module is not available
7 years ago
Evgeny Agafonchikov
6a6d58d389
Adding test support for WINRT
10 years ago
Vadim Pisarevsky
432cf1152a
added read/write functions for vector<DMatch> + the test ( http://code.opencv.org/issues/4308 )
10 years ago
Vadim Pisarevsky
01d3848f17
all the tests now pass except for MSER
10 years ago
Vadim Pisarevsky
162384a838
fixed several test failures; currently 9 out of 73 tests fail
10 years ago
Vadim Pisarevsky
c5261ea3d2
all the tests now pass except for MSER
10 years ago
Vadim Pisarevsky
97a5dd0ead
fixed several test failures; currently 9 out of 73 tests fail
10 years ago
E Braun
aa9da6e433
regression test for bug 3172
10 years ago
E Braun
bbe48eaac6
regression test for bug 3172
10 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago
Ilya Lysenkov
7745c8806c
Added info() method in descriptor matchers ( #2330 )
12 years ago
Maria Dimashova
507f546158
split file of features2d tests
13 years ago
Andrey Kamaev
088a6597bc
Merged the trunk 8855,8885,8886
13 years ago
Maria Dimashova
0f21890d7d
added test for opponent descriptor extractor
13 years ago
Andrey Kamaev
b368f99d03
Merged the trunk r8852:8880
13 years ago
Andrey Kamaev
0584ac525b
Quiet MSER tests
13 years ago
Marina Kolpakova
b156e2f7ed
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
13 years ago
Vadim Pisarevsky
74707ec7ae
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Andrey Kamaev
daad7900e2
Merged the trunk r8517:8524
13 years ago
Andrey Kamaev
9399394e6c
Fixed #1996
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Alexander Shishkov
ab15b5954e
fixed #1824
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Kamaev
7fd1cfc5e7
Fixed warnings about unused return value of fread
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
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