1. 11 Oct, 2018 1 commit
  2. 29 Sep, 2018 1 commit
  3. 07 Sep, 2018 1 commit
  4. 05 Sep, 2018 1 commit
  5. 04 Sep, 2018 1 commit
  6. 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
  7. 06 Jul, 2018 1 commit
  8. 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
  9. 28 Mar, 2018 1 commit
  10. 22 Mar, 2018 1 commit
  11. 13 Feb, 2018 1 commit
  12. 03 Feb, 2018 1 commit
    • Alexander Alekhin's avatar
      ts: refactor OpenCV tests · 4a297a24
      Alexander Alekhin authored
      - removed tr1 usage (dropped in C++17)
      - moved includes of vector/map/iostream/limits into ts.hpp
      - require opencv_test + anonymous namespace (added compile check)
      - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
      - added missing license headers
      4a297a24
  13. 18 Jan, 2018 1 commit
  14. 15 Mar, 2017 1 commit
  15. 04 Dec, 2016 1 commit
  16. 28 Nov, 2016 1 commit
  17. 30 Sep, 2016 1 commit
  18. 07 Apr, 2016 1 commit
  19. 15 Mar, 2016 1 commit
  20. 30 Jan, 2016 1 commit
  21. 27 Nov, 2015 1 commit
  22. 18 Sep, 2015 1 commit
  23. 29 Jul, 2015 1 commit
  24. 02 Mar, 2015 1 commit
    • Maxim Kostin's avatar
      Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 · cdd23440
      Maxim Kostin authored
      - Substituted HAVE_WINRT with WINRT
      - Fixed compilation issues in ocl.cpp and parallel.cpp
      - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore
      - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp
      - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c;
      - Added ole32.lib for core module (for WindowsStore 8.0 builds)
      - Made OpenCV_ARCH aware of ARM
      Signed-off-by: 's avatarMaxim Kostin <v-maxkos@microsoft.com>
      cdd23440
  25. 16 Feb, 2015 1 commit
  26. 30 Dec, 2014 3 commits
  27. 26 Dec, 2014 3 commits
  28. 25 Dec, 2014 4 commits
  29. 23 Dec, 2014 1 commit
  30. 01 Dec, 2014 2 commits
  31. 07 Oct, 2014 1 commit
  32. 27 Aug, 2014 1 commit