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
sourin
a34fbf7bb1
Fixed identifiers warns
9 years ago
Vladislav Vinogradov
3c34b24f1f
replaced gpu->cuda in files names
12 years ago
Vladislav Vinogradov
dbeb3e2968
renamed gpucodec -> cudacodec
12 years ago
Vladislav Vinogradov
3eeaa9189c
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
12 years ago
Andrey Kamaev
517062039e
Make core/internal.hpp a private header
12 years ago
Vladislav Vinogradov
4dbd0f0e8f
fixed compilation issues with gpu modules:
...
* disabled warnings from thrust
* fixed warnings from ts_gtest.h
* possibly fixed superres compilation in Debug mode on Windows
12 years ago
Vladislav Vinogradov
f0b19d4659
updated license header in whole gpu module
12 years ago
Vladislav Vinogradov
abc9ef6809
moved utility functions from gpu_perf_test and gpu_test to ts module
12 years ago
Vladislav Vinogradov
7a0d6f7733
Super Resolution module
12 years ago
Andrey Kamaev
a126532cb7
Fix OS X build warnings
13 years ago
marina.kolpakova
7a5b9a6b7f
replase __APPLE__ marco with __clang__
13 years ago
Andrey Kamaev
2b0072d823
Suppress more warnings in gtest on OS X
13 years ago
Andrey Kamaev
e900952b87
quiet most of the OSX build warnings
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
47a4e87784
Ignored warnings from gtest with precompiled headers enabled
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Andrey Pavlenko
94b3bb154e
Perf Tests: default stitching scenario.
14 years ago
Andrey Kamaev
5cce038958
Performance testing branch is merged back into trunk
14 years ago