1. 13 Mar, 2019 1 commit
    • Richard Veale's avatar
      Merge pull request #13695 from flyingfalling:3.4 · 8158e5b7
      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...
      8158e5b7
  2. 02 Oct, 2018 1 commit
  3. 31 Jul, 2018 1 commit
    • luz.paz's avatar
      Misc. typos · 2003eb1b
      luz.paz authored
      Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
      2003eb1b
  4. 09 May, 2018 1 commit
    • Namgoo Lee's avatar
      Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue · ed86bd34
      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
      ed86bd34
  5. 13 Feb, 2018 1 commit
  6. 08 Sep, 2017 1 commit
  7. 14 May, 2017 1 commit
  8. 29 Dec, 2016 2 commits
  9. 12 Dec, 2016 1 commit
  10. 29 Mar, 2016 2 commits
  11. 30 Jan, 2016 1 commit
  12. 30 Dec, 2014 1 commit
  13. 06 Sep, 2013 1 commit
    • Vladislav Vinogradov's avatar
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      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
      0c7663eb
  14. 02 Sep, 2013 2 commits