- 13 Mar, 2019 1 commit
-
-
Richard Veale authored
* Fixed bug that made cuda::filter give corrupted output when different filters called in different threads. This was due to use of global texture variable shared by all filters. * REV: fixed tab issue for opencv coding style...
-
- 02 Oct, 2018 1 commit
-
-
Tomoaki Teshima authored
* avoid race condition
-
- 31 Jul, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
-
- 09 May, 2018 1 commit
-
-
Namgoo Lee authored
cuda_canny : multi stream safety (#11483) * CUDA_ImgProc/Canny Asynchronous test * cuda_canny : multi stream safety (1/3) - Convert global variable canny::counter to class local variable * cuda_canny : multi stream safety (2/3) - Use texture objects rather than texture reference for cc >= 3.0, since texture reference must be declared as a static global variable which results in race condition when ran concurrently * cuda_canny : multi stream safety (3/3) - Refrain from using global variable in row_filter and column_filter (converts column_filter::c_kernel and row_filter::c_kernel to local variables) * Fixes #11193
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 08 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 14 May, 2017 1 commit
-
-
ylemkimon authored
Removed redundant precompiled header include
-
- 29 Dec, 2016 2 commits
-
-
Yakun Wang authored
-
wykvictor authored
Speedup MedianFilter::apply(), avoid to newly create the two GpuMat every time calling filter->apply(), which is very time consuming.
-
- 12 Dec, 2016 1 commit
-
-
Naba Kumar authored
-
- 29 Mar, 2016 2 commits
-
-
filipsladek authored
-
filipsladek authored
-
- 30 Jan, 2016 1 commit
-
-
Oded Green authored
-
- 30 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
* remove overloads with explicit buffer, now BufferPool is used * added async versions for all reduce functions
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 02 Sep, 2013 2 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-