Vladislav Vinogradov
|
ae79fe10dc
|
do not loose logs from nvidia tests
(cherry picked from commit d58d277707 )
|
10 years ago |
Vladislav Vinogradov
|
62fc342d35
|
use fixed seed for RNG in gpu SolvePnPRansac test
(cherry picked from commit 95eed59f2d )
|
10 years ago |
Vladislav Vinogradov
|
1d40946959
|
Bug #4315 : fix CUDA bitwise operations with mask
(cherry picked from commit d87c30dc84 )
|
10 years ago |
Vladislav Vinogradov
|
a752f25944
|
increase epsilon for solvePnPRansac function
(cherry picked from commit 9d2d173485 )
|
10 years ago |
Vladislav Vinogradov
|
55339de684
|
make NVIDIA tests verbose by default
(cherry picked from commit 17608f7ade )
|
10 years ago |
Vladislav Vinogradov
|
6d0f8aa893
|
fix tests for gpu HOG
initialize HOG after CUDA device switch
(cherry picked from commit c849492dfa )
|
10 years ago |
Vladislav Vinogradov
|
95ea12588e
|
set epsilon for gpu OpticalFlowBM to 1e-6, since it uses floating point arithmetic
(cherry picked from commit c147ab1e85 )
|
10 years ago |
Vladislav Vinogradov
|
ef347aa6a4
|
disable gpu::matchTemplate tests
(cherry picked from commit 7bb8c50080 )
|
10 years ago |
Vladislav Vinogradov
|
fcbefaff86
|
fix tests for gpu::matchTemplate:
use ASSERT_FLOAT_EQ to compare float values, it is more robust for
large values
(cherry picked from commit d00f36ec75 )
|
10 years ago |
Vladislav Vinogradov
|
b0b2fc9e3f
|
get rid of cuda.h usage
(cherry picked from commit eeb997261d )
|
10 years ago |
Vladislav Vinogradov
|
a26e496d00
|
minor fix for StereoCSBP data cost compute kernel and test
(cherry picked from commit 84f33d0578 )
|
11 years ago |
Vladislav Vinogradov
|
d579d3e596
|
increase epsilons for some tests, which functions use floating point arithm
(cherry picked from commit 5c07e0b6d3 )
|
11 years ago |
Vladislav Vinogradov
|
599f5ef51b
|
use downscaled frames in FGDStatModel test
|
11 years ago |
Vladislav Vinogradov
|
86e12b6074
|
increase epsilon for ResizeSameAsHost test
|
11 years ago |
Vladislav Vinogradov
|
da9be8231f
|
fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version
|
11 years ago |
Vladislav Vinogradov
|
d822d6f101
|
disable GeneralizedHough tests on gcc 4.7
|
11 years ago |
Vladislav Vinogradov
|
6d368dc1e7
|
increase epsilon for MOG2::getBackgroundImage test:
it uses float arithmetics
|
11 years ago |
Ilya Lavrenov
|
099ea91823
|
typos
|
11 years ago |
Vladislav Vinogradov
|
8b44a42a40
|
decrease input size for several gpu tests to fix "timed out" error:
* BruteForceNonLocalMeans
* OpticalFlowBM
|
11 years ago |
Vladislav Vinogradov
|
5d099df578
|
Revert "disable CUDA generalized Hough Transform"
This reverts commit 33d42b740c .
|
11 years ago |
Vladislav Vinogradov
|
3e4bb371c8
|
fix epsilons for several gpu tests
|
11 years ago |
Vladislav Vinogradov
|
b6ba1f226c
|
Revert "disable gpu CvtColor.*2HSV tests:"
This reverts commit 952027a853 .
|
11 years ago |
Vladislav Vinogradov
|
da44a2fac1
|
Revert "disable gpu Subtract_Array test:"
This reverts commit e91bf95d58 .
|
11 years ago |
Vladislav Vinogradov
|
952027a853
|
disable gpu CvtColor.*2HSV tests:
possible bug in CPU version
|
11 years ago |
Vladislav Vinogradov
|
e91bf95d58
|
disable gpu Subtract_Array test:
possible bug in CPU version
|
11 years ago |
Vladislav Vinogradov
|
8401ed9395
|
disable some gpu tests if library was built without CUFFT
|
11 years ago |
Vladislav Vinogradov
|
49731ad530
|
gpu test output files moved from cwd to temp folder
|
11 years ago |
Vladislav Vinogradov
|
33d42b740c
|
disable CUDA generalized Hough Transform
|
11 years ago |
Vladislav Vinogradov
|
53494ba397
|
increase thresholds for some tests
|
12 years ago |
Vladislav Vinogradov
|
15678efe84
|
disable 2 problematic tests
|
12 years ago |
Vladislav Vinogradov
|
14ee306b9e
|
fix gpu test for Demosaicing:
check that input images was loaded correctly
|
12 years ago |
Vladislav Vinogradov
|
f826bd8bce
|
removed NPP implementation
|
12 years ago |
kamjagin
|
c24c1a5926
|
added HAVE_QTKIT to tests
|
12 years ago |
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.
|
12 years ago |
Vladislav Vinogradov
|
a28cb99e88
|
optimized version of histEven for CV_8UC1
|
12 years ago |
Vladislav Vinogradov
|
bfca1afd9e
|
rewrite histEven test
|
12 years ago |
Vladislav Vinogradov
|
c8d1fccdac
|
compare cv::gpu::calcHist with cv::calcHist
|
12 years ago |
Vladislav Vinogradov
|
516e5b2563
|
fixed BroxOpticalFlow regression test
the output of BroxOpticalFlow differs a bit in CUDA 5.5
|
12 years ago |
Vladislav Vinogradov
|
6b1c28ce6d
|
fixed some gpu tests (different rounding results due to float arithmetics)
|
12 years ago |
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
|
12 years ago |
Vladislav Vinogradov
|
4d23e2c8c9
|
GPU implementation of CLAHE
|
12 years ago |
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
12 years ago |
Vladislav Vinogradov
|
0149969463
|
disable tests that requires video support if it is not available
|
12 years ago |
Vladislav Vinogradov
|
fd7bf0b766
|
moved SURF_GPU and VIBE to gpunonfree 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
|
4a237af814
|
implemented Malvar, He, and Cutler Bayer Demosaicing on gpu
|
12 years ago |
Vladislav Vinogradov
|
4ddf634c30
|
gpu : implement Bayer* -> Gray color conversion
|
12 years ago |
Vladislav Vinogradov
|
f533f0dca9
|
fixed gpu sanity tests
|
12 years ago |
Vladislav Vinogradov
|
10402c8a85
|
fixed gpu HoughCircles test
|
12 years ago |
Vladislav Vinogradov
|
c9868fc01f
|
fixed warp tests
|
12 years ago |