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
Vadim Pisarevsky
ace0d4bad0
hopefully, the last test failures are fixed now
12 years ago
Vadim Pisarevsky
d8c8339bec
the first draft of transparent API and new UMat class. more files
12 years ago
Andrey Pavlenko
eb0d26b5be
fixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r')
12 years ago
Andrey Pavlenko
3a0e26b89d
adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so)
12 years ago
Vladislav Vinogradov
5810a73d30
CPU implementation of CLAHE
12 years ago
Daniil-Osokin
cd501d947c
perf tests for calcHist 2-3D case
13 years ago
Daniil Osokin
f4d4b0d742
disabled perf test on distance transform
13 years ago
Daniil Osokin
b97b48ecb6
Added perf tests for histogram
13 years ago
Daniil Osokin
136dff5fe4
Added perf tests for histogram
13 years ago