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
Tomoaki Teshima
f1aae52daf
clean up unused #if
8 years ago
Vladislav Sovrasov
c55890f637
Enable chessboard detector test on Ubuntu
8 years ago
Maksim Shabunin
b8bce55270
Several chessboard detector improvements:
...
- fixed uninitialized memory access and memory leaks
- extracted several code blocks to separate functions
- updated part of algorithm to use cv::Mat instead of CvMat and IplImage
8 years ago
Ilya Lavrenov
ce0557ebb8
fixed defects from Xcode
11 years ago
Ilya Lavrenov
32eb38ec98
fixed defects from coverity.com
11 years ago
Konstantin Matskevich
ab18c2d132
changed testdata path for calib3d
11 years ago
Ilya Lavrenov
35d9ce0c0c
fixed warnings
11 years ago
Andrey Kamaev
e5a33723fc
Move C API of opencv_calib3d to separate file
12 years ago
Andrey Kamaev
2ad7b97f1c
All modules (except ocl and gpu) compiles and pass tests
12 years ago
Vadim Pisarevsky
ae10ecd264
fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions)
12 years ago
Sergiu Dotenco
4993748c91
added missing includes
12 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Ilya Lysenkov
7eab7c197d
Modified the test of findChessboardCorners to check examples when there are no chessboards
13 years ago
Ilya Lysenkov
03cd6072ce
Fixed the test of findChessboardCorners (it didn't test accuracy before)
13 years ago
Ilya Lysenkov
d105264bad
Added tests of findCirclesGrid() with the asymmetric pattern.
13 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
Ilya Lysenkov
d8488e778c
Added test for the asymmetric pattern detection
14 years ago
Anatoly Baksheev
998fab0ef5
warningx fixed under vs2008
14 years ago
Ilya Lysenkov
84dc12d387
Added a regression test for a circles' grid detection
14 years ago
Alexander Shishkov
445f44c152
Move failed tests to corresponding blacklists
14 years ago
Alexander Shishkov
68cd4a72b1
remove failed test (see issue #536 )
14 years ago
Vadim Pisarevsky
75cf8c1b47
a few more warnings fixed
15 years ago
Vadim Pisarevsky
f78a3b4cc1
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago