Vladislav Vinogradov
|
8d3850ac02
|
add cv::gpu::StreamAccessor::wrapStream method
it allows to import existed CUDA stream to OpenCV
|
2015-11-12 13:07:30 +03:00 |
|
Vladislav Vinogradov
|
7ddc0bdd37
|
fix potential out-of-border access in gpu StereoBeliefPropagation
|
2015-08-27 16:09:37 +03:00 |
|
Ilya Lavrenov
|
11d1909e6b
|
fixed warning
|
2015-05-21 11:49:06 +03:00 |
|
Vladislav Vinogradov
|
d58d277707
|
do not loose logs from nvidia tests
|
2015-05-19 17:28:43 +03:00 |
|
Vladislav Vinogradov
|
95eed59f2d
|
use fixed seed for RNG in gpu SolvePnPRansac test
|
2015-05-19 17:27:50 +03:00 |
|
Vladislav Vinogradov
|
f10537cdd6
|
fix tests compilation issue on Windows
|
2015-05-06 17:15:25 +03:00 |
|
Vladislav Vinogradov
|
f1bec940b1
|
fix accuracy tests in tiny mode
|
2015-05-06 17:15:25 +03:00 |
|
Vladislav Vinogradov
|
d87c30dc84
|
Bug #4315 : fix CUDA bitwise operations with mask
|
2015-05-06 13:28:08 +03:00 |
|
Vladislav Vinogradov
|
9d2d173485
|
increase epsilon for solvePnPRansac function
|
2015-04-23 17:21:42 +03:00 |
|
Vladislav Vinogradov
|
17608f7ade
|
make NVIDIA tests verbose by default
|
2015-04-13 17:11:19 +03:00 |
|
Vladislav Vinogradov
|
c849492dfa
|
fix tests for gpu HOG
initialize HOG after CUDA device switch
|
2015-03-02 11:02:47 +03:00 |
|
Vladislav Vinogradov
|
c147ab1e85
|
set epsilon for gpu OpticalFlowBM to 1e-6, since it uses floating point arithmetic
|
2015-02-25 13:16:36 +03:00 |
|
Vladislav Vinogradov
|
7bb8c50080
|
disable gpu::matchTemplate tests
|
2015-02-04 11:21:17 +03:00 |
|
Alexander Smorkalov
|
c0a8d4e1ef
|
Fix of HaarCascade GPU test for aarch64.
|
2014-12-28 11:49:25 +03:00 |
|
Vladislav Vinogradov
|
d00f36ec75
|
fix tests for gpu::matchTemplate:
use ASSERT_FLOAT_EQ to compare float values, it is more robust for
large values
|
2014-12-25 17:43:13 +03:00 |
|
Vladislav Vinogradov
|
eeb997261d
|
get rid of cuda.h usage
|
2014-11-25 18:29:56 +03:00 |
|
Vladislav Vinogradov
|
84f33d0578
|
minor fix for StereoCSBP data cost compute kernel and test
|
2014-10-23 19:33:44 +04:00 |
|
Vladislav Vinogradov
|
5c07e0b6d3
|
increase epsilons for some tests, which functions use floating point arithm
|
2014-10-23 19:33:42 +04:00 |
|
Vladislav Vinogradov
|
599f5ef51b
|
use downscaled frames in FGDStatModel test
|
2014-08-15 13:42:25 +04:00 |
|
Vladislav Vinogradov
|
86e12b6074
|
increase epsilon for ResizeSameAsHost test
|
2014-08-15 13:42:06 +04:00 |
|
Vladislav Vinogradov
|
da9be8231f
|
fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version
|
2014-08-01 11:33:29 +04:00 |
|
Vladislav Vinogradov
|
d822d6f101
|
disable GeneralizedHough tests on gcc 4.7
|
2014-04-07 09:49:17 +04:00 |
|
Vladislav Vinogradov
|
6d368dc1e7
|
increase epsilon for MOG2::getBackgroundImage test:
it uses float arithmetics
|
2014-03-30 18:02:03 -07:00 |
|
Ilya Lavrenov
|
099ea91823
|
typos
|
2014-03-04 12:47:40 +04:00 |
|
Vladislav Vinogradov
|
8b44a42a40
|
decrease input size for several gpu tests to fix "timed out" error:
* BruteForceNonLocalMeans
* OpticalFlowBM
|
2014-02-10 11:50:14 +04:00 |
|
Vladislav Vinogradov
|
5d099df578
|
Revert "disable CUDA generalized Hough Transform"
This reverts commit 33d42b740c .
|
2014-02-06 18:02:14 +04:00 |
|
Vladislav Vinogradov
|
3e4bb371c8
|
fix epsilons for several gpu tests
|
2014-02-06 18:02:14 +04:00 |
|
Vladislav Vinogradov
|
b6ba1f226c
|
Revert "disable gpu CvtColor.*2HSV tests:"
This reverts commit 952027a853 .
|
2014-02-06 18:02:14 +04:00 |
|
Vladislav Vinogradov
|
da44a2fac1
|
Revert "disable gpu Subtract_Array test:"
This reverts commit e91bf95d58 .
|
2014-02-06 18:02:14 +04:00 |
|
Roman Donchenko
|
2bef73c968
|
Merge pull request #2249 from jet47:gpu-tests-disable
|
2014-01-31 20:49:05 +04:00 |
|
Roman Donchenko
|
9ef8aeadd3
|
Merge pull request #2247 from jet47:gpu-test-cufft
|
2014-01-31 20:48:38 +04:00 |
|
Vladislav Vinogradov
|
952027a853
|
disable gpu CvtColor.*2HSV tests:
possible bug in CPU version
|
2014-01-31 16:20:45 +04:00 |
|
Vladislav Vinogradov
|
e91bf95d58
|
disable gpu Subtract_Array test:
possible bug in CPU version
|
2014-01-31 16:15:11 +04:00 |
|
Vladislav Vinogradov
|
8401ed9395
|
disable some gpu tests if library was built without CUFFT
|
2014-01-31 15:40:59 +04:00 |
|
Vladislav Vinogradov
|
49731ad530
|
gpu test output files moved from cwd to temp folder
|
2014-01-31 13:19:15 +04:00 |
|
Vladislav Vinogradov
|
33d42b740c
|
disable CUDA generalized Hough Transform
|
2014-01-21 15:07:47 +04:00 |
|
Vladislav Vinogradov
|
53494ba397
|
increase thresholds for some tests
|
2013-12-27 18:20:14 +04:00 |
|
Vladislav Vinogradov
|
15678efe84
|
disable 2 problematic tests
|
2013-12-27 18:20:01 +04:00 |
|
Vladislav Vinogradov
|
14ee306b9e
|
fix gpu test for Demosaicing:
check that input images was loaded correctly
|
2013-12-03 15:55:10 +04:00 |
|
Vladislav Vinogradov
|
f826bd8bce
|
removed NPP implementation
|
2013-08-23 12:16:41 +04:00 |
|
kamjagin
|
c24c1a5926
|
added HAVE_QTKIT to tests
|
2013-08-14 13:40:50 +02:00 |
|
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
2013-08-08 12:43:07 +04:00 |
|
Vladislav Vinogradov
|
a28cb99e88
|
optimized version of histEven for CV_8UC1
|
2013-08-01 18:00:05 +04:00 |
|
Vladislav Vinogradov
|
bfca1afd9e
|
rewrite histEven test
|
2013-08-01 18:00:05 +04:00 |
|
Vladislav Vinogradov
|
c8d1fccdac
|
compare cv::gpu::calcHist with cv::calcHist
|
2013-08-01 18:00:05 +04:00 |
|
Vladislav Vinogradov
|
516e5b2563
|
fixed BroxOpticalFlow regression test
the output of BroxOpticalFlow differs a bit in CUDA 5.5
|
2013-06-04 13:58:45 +04:00 |
|
Vladislav Vinogradov
|
6b1c28ce6d
|
fixed some gpu tests (different rounding results due to float arithmetics)
|
2013-05-29 17:38:32 +04:00 |
|
Andrey Kamaev
|
96b008cd29
|
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
|
2013-04-15 19:39:49 +04:00 |
|
Vladislav Vinogradov
|
4d23e2c8c9
|
GPU implementation of CLAHE
|
2013-03-25 17:45:13 +04:00 |
|
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
2013-03-22 14:03:15 +04:00 |
|