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
fd88654b45
replaced GPU -> CUDA
11 years ago
Vladislav Vinogradov
6d216d78d9
renamed gpulegacy -> cudalegacy
11 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
11 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
508fb6aa5b
renamed gpunvidia -> gpulegacy
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
Vladislav Vinogradov
b7e6b5af1b
fixed tests (call resetDevice, if there was a gpu failure)
12 years ago
Vladislav Vinogradov
1a76242d99
added GPU_TEST_P macros
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
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Vladislav Vinogradov
cfc09d01c8
disabled NVidia test output by default
12 years ago
Anatoly Baksheev
55b1d7c097
added CUDA_DISABLER preprocessor commands
12 years ago
Vladislav Vinogradov
35b671efb5
disabled utility code in gpu tests when WITH_CUDA=false
12 years ago
Vladislav Vinogradov
ec7f9566e0
minor gpu tests fix
12 years ago
Marina Kolpakova
680a44189c
merged the trunk r8704:8716
13 years ago
Marina Kolpakova
b065c7a296
fixes for the newly added gcc warning keys
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Marina Kolpakova
f6b451c607
fixed another piece of warnings
13 years ago
Vladislav Vinogradov
e467ece19c
merged bug fix from r8174 (GPU_NVidia/NCV.Visualization test)
13 years ago
Vladislav Vinogradov
70f8b8b5ec
fixed GPU_NVidia/NCV.Visualization test
13 years ago
Vladislav Vinogradov
5aae21c037
fixed bug #1640
13 years ago
Vladislav Vinogradov
b2a6a257b7
minor modification of gpu video tests
...
disabled NVidia Visualization test, it's functionality (draw rectangles) doesn't used in gpu module
13 years ago
Vladislav Vinogradov
ade7394e77
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
...
wrote more complicated tests for them
implemented own version of warpAffine and warpPerspective for different border interpolation types
refactored some gpu tests
13 years ago
Vladislav Vinogradov
75ac4362ca
removed ASSERT_NO_THROW
13 years ago
Vladislav Vinogradov
af59a75ffc
fixed bug with submatrix in some gpu functions
...
update gpu tests
13 years ago
Vladislav Vinogradov
d1b4b5f0de
refactored gpu module tests
14 years ago
Anatoly Baksheev
33f7307e9e
added test data for NVidia's FD tests
14 years ago
Anatoly Baksheev
dda3df8008
enabled nvidia's tests
14 years ago
Anatoly Baksheev
047c7e0fd6
*applied patch from NVidia (nppstTraspose bug)
...
*fixed some warnings
*finished gpu test port to gtest framework
14 years ago
Alexey Spizhevoy
12c2ead83f
added NVIDIA tests (disabled because doesn't work under Linux)
14 years ago
Alexey Spizhevoy
8cf6643903
changed a little NVIDIA Staging test framework to handle failed tests correctly
14 years ago
Anatoly Baksheev
0747f2d863
1) NPP_staging as sources. Binaries removed.
...
2) NVidia tests for GPU
3) FD sample that uses NVidia's interface.
14 years ago
Vladislav Vinogradov
8274ed22e4
fixed gpu tests (BruteForceMatcher_GPU, divide, phase, cartToPolar, async)
...
minor code refactoring
14 years ago
Alexey Spizhevoy
1ecb6cf775
simplified gpu::columnSum test, it doesn't fail on Quadro anymore (when seed is 000001af5a11badd) after BFM test, but something definitely wrong with NPP_Staging's transpose
14 years ago
Alexey Spizhevoy
21b081deff
now single row GPU matrix is continuous one, added aux. functions, updated dft and matchTemplates
14 years ago
Alexey Spizhevoy
e7cf541f5f
fixed bug in matchTemplate when template size is (1,1), refactored
14 years ago
Alexey Spizhevoy
3997514b7c
added tests for gpu::sum, it supports all data types, but single channel images only
14 years ago
Alexey Spizhevoy
19b434be50
minor refactoring of gpu module
14 years ago
Alexey Spizhevoy
50167f6c26
added first version of gpu::matchTemplate, currently it works only with 8UC1 images and SQDIFF method
14 years ago
Anatoly Baksheev
fbdb4f4ab5
1) gpu test refactoring.
...
2) fixed gpu bm test fail
3) CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
14 years ago
Alexey Spizhevoy
bdaad9e1fe
added support of buffers into gpu::minMaxLoc, reduced memory requirements, refactored
14 years ago
Alexey Spizhevoy
282e01cb4a
added support of all data types into gpu::minMax
14 years ago
Vladislav Vinogradov
3c0cc087d6
fixed bug in StereoConstantSpaceBP - missing load max_data_term to constant memory
14 years ago
Anatoly Baksheev
80b68af700
now opencv_tests_gpu takes path to tesdata from OPENCV_TEST_DATA_PATH
14 years ago
Vladislav Vinogradov
2cd9fbb66a
disabled some gpu tests
14 years ago