Vladislav Vinogradov
eaaa2d27d5
fix CUDA LUT implementation
...
In CUDA 6.0 there was a bug in NPP LUT implementation (invalid results when
src == 255). In CUDA 6.5 the bug was fixed.
Replaced NPP LUT call with own implementation (ported from master branch)
to be independant from CUDA Toolkit version.
10 years ago
Vladislav Vinogradov
ebe36d6e7c
fix CUDA cvtColor after corresponding change in CPU version
...
see https://github.com/Itseez/opencv/pull/3137
10 years ago
StevenPuttemans
d558260a8e
fixing GT and GE comparison symbol
10 years ago
Vladislav Vinogradov
62f27b28ed
fix BGR->BGR5x5 color convertion
10 years ago
Vladislav Vinogradov
599f5ef51b
use downscaled frames in FGDStatModel test
10 years ago
Vladislav Vinogradov
86e12b6074
increase epsilon for ResizeSameAsHost test
10 years ago
Vladislav Vinogradov
5dff283b39
increase epsilon for TVL1 sanity test
10 years ago
Vladislav Vinogradov
da9be8231f
fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version
10 years ago
Alexander Smorkalov
60a5ada454
Build fixes for CUDA 6.5
11 years ago
Ilya Lavrenov
ecec53f509
fixed docs
11 years ago
Vladislav Vinogradov
1f72873c55
fix cv::gpu::resize function
...
add missing stream parameter to call_resize_linear_glob
11 years ago
Maks Naumov
a01659825c
remove unused variable in loadFromXML()
11 years ago
Vladislav Vinogradov
d822d6f101
disable GeneralizedHough tests on gcc 4.7
11 years ago
Vladislav Vinogradov
f8d922ad3e
disable gpu::GeneralizedHough compilation on gcc 4.7
11 years ago
Ilya Lavrenov
9b9769169f
doc typos
11 years ago
Vladislav Vinogradov
6d368dc1e7
increase epsilon for MOG2::getBackgroundImage test:
...
it uses float arithmetics
11 years ago
Firat Kalaycilar
0a16d93e1d
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Ilya Lavrenov
eedf86402d
typos
11 years ago
Vladislav Vinogradov
7fd21d217a
fix bug #3562 :
...
add missing __syncthreads to edgesHysteresisLocalKernel
11 years ago
Ilya Lavrenov
da9bdf9c15
fixes typo and unused variables
11 years ago
Vladislav Vinogradov
150e522bee
fix bug #3552 :
...
replace std::swap with own code
11 years ago
Vladislav Vinogradov
1ce5165cb7
temporary disable performance test for alphaComp function
11 years ago
Vladislav Vinogradov
eb247d826f
temporary disable perf test for StereoBeliefPropagation
11 years ago
Vladislav Vinogradov
9e69e2a07a
increase epsilon for AlphaComp sanity test for integer input
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
5dbdadb769
fixed several bugs in CUDA Canny implementation:
...
* out of border access in edgesHysteresisLocalKernel
* incorrect usage of atomicAdd
11 years ago
Vladislav Vinogradov
bfc27271e2
Revert "disable gpu Canny and HoughCircles perf tests:"
...
This reverts commit dbce90692a
.
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
dbce90692a
disable gpu Canny and HoughCircles perf tests:
...
it fails because driver terminates CUDA kernels after time out
11 years ago
Vladislav Vinogradov
e630be3890
disable NPP for GpuMat methods and for copyMakeBorder
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
063d8b4211
disable performance test for gpu generalized hough
11 years ago
Alexander Smorkalov
b75cbfde45
All installed files marked with component names for install customization.
11 years ago
Vladislav Vinogradov
33d42b740c
disable CUDA generalized Hough Transform
11 years ago
Vladislav Vinogradov
d847387694
split CUDA Hough sources
11 years ago
Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
11 years ago
Vladislav Vinogradov
53494ba397
increase thresholds for some tests
11 years ago
Vladislav Vinogradov
15678efe84
disable 2 problematic tests
11 years ago
Vladislav Vinogradov
8399568edf
disabled GEMM test if library was built without CUBLAS
11 years ago
Alexander Smorkalov
069f3d8d9a
Build fixes for GPU module.
11 years ago
Alexander Smorkalov
6da7c50fb5
Make dependency from CUDA explicit to prevent from fake dependedcies from CUDA runtime.
11 years ago
Vladislav Vinogradov
adb2040980
added additional check in cv::gpu::demosaicing that source is not empty
11 years ago
Vladislav Vinogradov
14ee306b9e
fix gpu test for Demosaicing:
...
check that input images was loaded correctly
11 years ago