Alexander Alekhin
98c8584b88
next: drop CV_CXX11 conditions
...
define itself is still here for compatibility
7 years ago
Alexander Alekhin
44d7435a48
build: eliminate calls of removed functionality from C++17
...
Most part is deprecated since C++11
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
Alexander Alekhin
55188fe991
world fix
11 years ago
Alexander Karsakov
b046210296
Changed epsilon for hog test, because hog detector is sensible to resize accuracy.
11 years ago
Andrey Pavlenko
b7198ccf1c
dropping legacy modes testing
11 years ago
Konstantin Matskevich
84fa60abb8
update test for cascade
11 years ago
Konstantin Matskevich
3495c5953c
fixes
11 years ago
Vadim Pisarevsky
30593ee55e
3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier.
11 years ago
Konstantin Matskevich
5c38519c65
some changes
11 years ago
Konstantin Matskevich
3ea32b87bb
perf test
11 years ago
Andrey Pavlenko
c7d90c8b32
adding old cascade
11 years ago
Andrey Pavlenko
9b7b360bf7
fixing compilation if `WITH_OPENCL=OFF`
11 years ago
Andrey Pavlenko
520a692fda
switching to `CL_PERF_TEST_P`, adding `safeFinish()` to flush CL queue
11 years ago
Andrey Pavlenko
2c0e24e948
adding Haar & LBP cascades perf test using UMat, removing old incomplete test
11 years ago