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
catree
dcc5a2cb22
Fix perf build with CUDA 9.
7 years ago
Michele Adduci
914b78b8bb
Updated ORB test with parameters
11 years ago
Michele Adduci
e1bb844475
Fix cudafeatures2d and cudastereo with new 3.0 APIs for ORB and StereoBM
11 years ago
Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
12 years ago
Vladislav Vinogradov
71d61e07b1
renamed gpustereo -> cudastereo
12 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
12 years ago
Vladislav Vinogradov
3a02e599e0
refactored DisparityBilateralFilter
12 years ago
Vladislav Vinogradov
be9bb8f18b
refactored StereoConstantSpaceBP
12 years ago
Vladislav Vinogradov
d0e89337da
refactored StereoBeliefPropagation
12 years ago
Vladislav Vinogradov
dd6d58f873
refactored StereoBM
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
28b1caa730
gpustereo module for stereo correspondence
12 years ago
Vladislav Vinogradov
508fb6aa5b
renamed gpunvidia -> gpulegacy
12 years ago
Vladislav Vinogradov
a6648b5372
gpuobjdetect module for object detection
12 years ago
Vladislav Vinogradov
fc1fa28556
gpuvideo module for video processing
12 years ago
Vladislav Vinogradov
e654714973
replaced NCV_EXPORTS with CV_EXPORTS
12 years ago
Vladislav Vinogradov
229ca0914a
gpunvidia module for NCV & NPP API
12 years ago
Vladislav Vinogradov
f0b19d4659
updated license header in whole gpu module
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
13 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Marina Kolpakova
d547d9c986
fixed alignment related bugs in gpu/nvidia
13 years ago
Anton Obukhov
42c7aece36
[+] Added Brox optical flow (implementation courtesy of Michael Smirnov)
14 years ago