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
f48befc6f0
refactor CUDA part of photo module
10 years ago
Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
12 years ago
Vladislav Vinogradov
3c34b24f1f
replaced gpu->cuda in files names
12 years ago
Vladislav Vinogradov
a0ae602bb7
renamed gpuimgproc -> cudaimgproc
12 years ago
Vladislav Vinogradov
dcd600cc47
renamed gpuarithm -> cudaarithm
12 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
12 years ago
Vladislav Vinogradov
3eeaa9189c
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
12 years ago
Andrey Kamaev
416fb50594
Revert "Merge pull request #836 from jet47:gpu-modules"
...
This reverts commit fba72cb60d
, reversing
changes made to 02131ffb62
.
12 years ago
Vladislav Vinogradov
f375c86dfb
photo module fixes
12 years ago
Vladislav Vinogradov
e72ba73e70
moved gpu nlm to photo module
12 years ago
Vladislav Vinogradov
e41aea0acf
gpuimgproc module for image processing
12 years ago
Vladislav Vinogradov
f0b19d4659
updated license header in whole gpu module
12 years ago
Vladislav Vinogradov
83def21ba9
increased time limits in perf tests
12 years ago
Vladislav Vinogradov
abc9ef6809
moved utility functions from gpu_perf_test and gpu_test to ts module
12 years ago
Vladislav Vinogradov
a138e12a26
refactored gpu perf tests and fixed sanity tests
12 years ago
Vladislav Vinogradov
4ba33fa1ed
Revert "call resetDevice if gpu test fails"
...
This reverts commit ab25fe9e37
.
12 years ago
Vladislav Vinogradov
ab25fe9e37
call resetDevice if gpu test fails
12 years ago
marina.kolpakova
715a0032e0
add sanity checks into the denoising gpu performance tests
13 years ago
Anatoly Baksheev
5b31c46c4f
added MatCn enum to GPU perf tests
13 years ago
Anatoly Baksheev
9a4265a8d0
fast nlm (class version)
13 years ago
Anatoly Baksheev
4b5bbb7752
fast_nlm initial version
13 years ago
Anatoly Baksheev
0ba01afd83
added GPU bilateral filter + tests
...
added GPU non local means brute force filter + tests
13 years ago