Vladislav Vinogradov
562796e41b
fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version
...
(cherry picked from commit da9be8231f
)
10 years ago
Vladislav Vinogradov
7316676c41
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.
(cherry picked from commit eaaa2d27d5
)
10 years ago
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
c821cb1489
fix BGR->BGR5x5 color convertion
...
(cherry picked from commit 62f27b28ed
)
10 years ago
Vladislav Vinogradov
86c1babd03
use downscaled frames in FGDStatModel test
...
(cherry picked from commit 599f5ef51b
)
10 years ago
Vladislav Vinogradov
2205b2f5bc
increase epsilon for ResizeSameAsHost test
...
(cherry picked from commit 86e12b6074
)
10 years ago
Vladislav Vinogradov
975e40f1c0
increase epsilon for TVL1 sanity test
...
(cherry picked from commit 5dff283b39
)
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
11 years ago
Alexander Smorkalov
feb74b125d
Build fixes for CUDA 6.5
...
(cherry picked from commit 60a5ada454
)
11 years ago
Alexander Smorkalov
3c0b0b0f94
Build fixes for CUDA 6.5
...
(cherry picked from commit 60a5ada454
)
11 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
b4845d8c9f
temporary disable performance test for alphaComp function(cherry picked from commit 1ce5165cb7
)
11 years ago
Vladislav Vinogradov
1ce5165cb7
temporary disable performance test for alphaComp function
11 years ago
Vladislav Vinogradov
aa82f921cc
temporary disable perf test for StereoBeliefPropagation(cherry picked from commit eb247d826f
)
11 years ago
Vladislav Vinogradov
2da7eae2c4
increase epsilon for AlphaComp sanity test for integer input(cherry picked from commit 9e69e2a07a
)
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
9997aa8187
decrease input size for several gpu tests to fix "timed out" error:
...
* BruteForceNonLocalMeans
* OpticalFlowBM(cherry picked from commit 8b44a42a40
)
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
5170f0b5da
fixed several bugs in CUDA Canny implementation:
...
* out of border access in edgesHysteresisLocalKernel
* incorrect usage of atomicAdd(cherry picked from commit 5dbdadb769
)
11 years ago
Vladislav Vinogradov
dc2dbb4173
Revert "disable gpu Canny and HoughCircles perf tests:"
...
This reverts commit dbce90692a
.
(cherry picked from commit bfc27271e2
)
11 years ago
Vladislav Vinogradov
79e4f7eb78
Revert "disable CUDA generalized Hough Transform"
...
This reverts commit 33d42b740c
.
(cherry picked from commit 5d099df578
)
11 years ago
Vladislav Vinogradov
cc73c7000f
fix epsilons for several gpu tests
...
(cherry picked from commit 3e4bb371c8
)
11 years ago
Vladislav Vinogradov
8bb26fa5de
Revert "disable gpu CvtColor.*2HSV tests:"
...
This reverts commit 952027a853
.
(cherry picked from commit b6ba1f226c
)
11 years ago
Vladislav Vinogradov
48612d7c58
Revert "disable gpu Subtract_Array test:"
...
This reverts commit e91bf95d58
.
(cherry picked from commit da44a2fac1
)
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