92 Commits (ddba77229796e0129f36bb17b2a289f75740fabf)

Author SHA1 Message Date
Namgoo Lee 2c1ce8c0e9 cuda_meanStdDev : bug fix 7 years ago
Alexander Alekhin 7818071ba2 cuda: eliminate part of build warnings 7 years ago
Tomoaki Teshima f4e5d777e8 follow histogram 7 years ago
Tomoaki Teshima 6c25351049 make the asynchronous call to NPP safe 7 years ago
Namgoo Lee 90e1e41f5a test_buffer_pool: synchronize after async copy 7 years ago
Namgoo Lee 034dc3b0dd Fix for CUDA_Arithm/Dft.Algorithm/0 test 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
catree dcc5a2cb22 Fix perf build with CUDA 9. 7 years ago
catree 6d06fcb414 Fix CUDA integral. 7 years ago
Tomoaki Teshima bd215fbf33 suppress warning on Jetson TK1 8 years ago
Naba Kumar 00f3ad7217 Implement DFT as cv::Algorithm to support concurrent streams 8 years ago
chacha21 bfd800342b use "double" from scalar only for CV_64F input 8 years ago
chacha21 2375e58705 assert SrcDepth == DstDepth 8 years ago
chacha21 6cf4371eb4 make cuda::absdiff support multi-channel scalars 8 years ago
Alexander Alekhin 380cc520f3 build: fix cuda tests 8 years ago
Alexander Alekhin 4a7d441b37 test: fix cuda build 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
Ilya Lavrenov 491b6543da clarify CUDA arithm operations usage with mask 8 years ago
Tomoaki Teshima b6a093fba1 accept multiple channels image for threshold on cuda 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 2b26094cf5 increase epsilons in some tests: 9 years ago
Vladislav Vinogradov 39854ceda4 cuda::StreamAccessor::wrapStream and cuda::EventAccessor::wrapEvent 9 years ago
Vladislav Vinogradov 1bf811c3f1 fix cuda::normalize (dtype < 0) case 9 years ago
StevenPuttemans cb55d60f98 fixing GT and GE comparison symbol 10 years ago
Vladislav Vinogradov e22979f334 fix #4343 : cv::cuda::findMinMaxLoc incorrect output for single row matrix 10 years ago
Maxim Kostin cdd23440c9 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 10 years ago
Vladislav Vinogradov d696fac8b8 move cuda tests from core to cudaarithm 10 years ago
Vladislav Vinogradov 671b59aa9d fix windows build with CUDA 10 years ago
Vladislav Vinogradov a932d8aba1 use full qualified name for all internal namespaces to prevent ambiguous symbol errors 10 years ago
Vladislav Vinogradov cd0e95de16 refactor cudaarithm reductions: 10 years ago
Vladislav Vinogradov a4e598f474 use new BufferPool class for some cudaarithm routines 10 years ago
Vladislav Vinogradov 7454189c2a use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 10 years ago
Vladislav Vinogradov 3d0410c147 remove reciprocal version of cuda::divide 10 years ago
Maksim Shabunin d01bedbc61 Removed Sphinx documentation files 10 years ago
Vladislav Vinogradov 53862687d5 rename CudaMem -> HostMem to better reflect its purpose 10 years ago
Vladislav Vinogradov 48c9c24da6 disable -Wshadow warning for CUDA modules: 10 years ago
StevenPuttemans edb608d206 fix documentation bug 2432 10 years ago
Maksim Shabunin 1523fdcc1c Doxygen documentation: more fixes and cleanups 10 years ago
Maksim Shabunin ceb6e8bd94 Doxygen documentation: cuda 10 years ago
Miroslav Benes 5b1fd739d9 Add Triangle thresholding algorithm 10 years ago
Alexander Alekhin 55188fe991 world fix 10 years ago
Andrey Pavlenko 724f5e7f19 Don't build CUDA modules stubs by default (use `-DBUILD_CUDA_STUBS=ON` if need them) 11 years ago
Vladislav Vinogradov f1e44fa5ca fix bug #3678 (cuda::integral failures) 11 years ago
Vladislav Vinogradov 8ed47c01b7 used new device layer for cv::cuda::norm 11 years ago
Vladislav Vinogradov 23cc31e041 used new device layer for cv::cuda::LUT 11 years ago
Vladislav Vinogradov 06f07944c8 removed dependecy from cudalegacy 11 years ago
Vladislav Vinogradov 7839dbd2c4 used new device layer for cv::gpu::integral 11 years ago
Vladislav Vinogradov 224f18b06c bitwise operation optimization 11 years ago
Vladislav Vinogradov eb449968b6 removed unroll_detail.hpp 11 years ago