Alexander Alekhin
|
380cc520f3
|
build: fix cuda tests
|
8 years ago |
Alexander Alekhin
|
4a7d441b37
|
test: fix cuda build
|
8 years ago |
Tomoaki Teshima
|
b6a093fba1
|
accept multiple channels image for threshold on cuda
* modify test, too
|
9 years ago |
aravind
|
f4f1561781
|
Fixed cv::cuda::reduce bug.
|
9 years ago |
Vladislav Vinogradov
|
5576c0866a
|
fix #5780 : `cv::cuda::createContinuous`effectively ignores its `cols` argument
|
9 years ago |
Vladislav Vinogradov
|
39854ceda4
|
cuda::StreamAccessor::wrapStream and cuda::EventAccessor::wrapEvent
to import existed CUDA stream or CUDA event to OpenCV
|
9 years ago |
Vladislav Vinogradov
|
1bf811c3f1
|
fix cuda::normalize (dtype < 0) case
|
10 years ago |
Vladislav Vinogradov
|
e22979f334
|
fix #4343 : cv::cuda::findMinMaxLoc incorrect output for single row matrix
|
10 years ago |
Vladislav Vinogradov
|
d696fac8b8
|
move cuda tests from core to cudaarithm
|
10 years ago |
Vladislav Vinogradov
|
cd0e95de16
|
refactor cudaarithm reductions:
* remove overloads with explicit buffer, now BufferPool is used
* added async versions for all reduce functions
|
10 years ago |
Vladislav Vinogradov
|
3d0410c147
|
remove reciprocal version of cuda::divide
it might cause errors, due to implicit type conversion and another cuda::divide
overload
|
10 years ago |
Vladislav Vinogradov
|
f1e44fa5ca
|
fix bug #3678 (cuda::integral failures)
|
11 years ago |
Vladislav Vinogradov
|
7839dbd2c4
|
used new device layer for cv::gpu::integral
|
12 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
12 years ago |
Vladislav Vinogradov
|
3c34b24f1f
|
replaced gpu->cuda in files names
|
12 years ago |
Vladislav Vinogradov
|
ae94256edc
|
renmaed gpu module -> cuda
|
12 years ago |
Vladislav Vinogradov
|
dcd600cc47
|
renamed gpuarithm -> cudaarithm
|
12 years ago |