1. 16 Aug, 2019 1 commit
    • luz.paz's avatar
      Fix modules/ typos · fcc7d8dd
      luz.paz authored
      Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
      
      backporting of commit: ec43292e
      fcc7d8dd
  2. 05 Aug, 2019 1 commit
  3. 26 Jun, 2019 1 commit
  4. 11 Jun, 2019 1 commit
  5. 20 Mar, 2019 1 commit
  6. 19 Feb, 2019 1 commit
    • Lindsay Roberts's avatar
      Fix Flann compilation under nvcc + NEON · 7c72e095
      Lindsay Roberts authored
      All <arm_neon.h> includes in core/cv_cpu_dispatch.h are protected by an
      ifndef __CUDACC__ to prevent attempting to use neon intrinsics when
      compiling cuda kernels (.cu) -- this prevents hard errors such as
        error: identifier "__builtin_neon_qi" is undefined
      
      Add this same protection to flann/dist.h to fix compilation involving
      flann.hpp.
      7c72e095
  7. 25 Nov, 2018 1 commit
  8. 20 Oct, 2018 1 commit
  9. 17 Oct, 2018 1 commit
  10. 26 Sep, 2018 1 commit
  11. 13 Sep, 2018 1 commit
  12. 07 Sep, 2018 1 commit
  13. 04 Jul, 2018 1 commit
  14. 28 Mar, 2018 1 commit
  15. 12 Feb, 2018 1 commit
  16. 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
  17. 08 Jan, 2018 1 commit
  18. 07 Dec, 2017 1 commit
  19. 08 Sep, 2017 1 commit
  20. 03 Sep, 2017 1 commit
  21. 30 Aug, 2017 1 commit
  22. 26 Jul, 2017 1 commit
  23. 25 Jul, 2017 1 commit
  24. 03 Jul, 2017 1 commit
    • Tony Lian's avatar
      Merge pull request #9075 from TonyLianLong:master · c8783f3e
      Tony Lian authored
      Remove unnecessary Non-ASCII characters from source code (#9075)
      
      * Remove unnecessary Non-ASCII characters from source code
      
      Remove unnecessary Non-ASCII characters and replace them with ASCII
      characters
      
      * Remove dashes in the @param statement
      
      Remove dashes and place single space in the @param statement to keep
      coding style
      
      * misc: more fixes for non-ASCII symbols
      
      * misc: fix non-ASCII symbol in CMake file
      c8783f3e
  25. 28 Jun, 2017 1 commit
  26. 27 Jun, 2017 2 commits
  27. 14 Jun, 2017 1 commit
  28. 10 Apr, 2017 1 commit
  29. 10 Mar, 2017 1 commit
  30. 02 Mar, 2017 1 commit
  31. 24 Jan, 2017 1 commit
  32. 18 Nov, 2016 1 commit
  33. 30 Sep, 2016 1 commit
  34. 23 Sep, 2016 1 commit
  35. 01 Sep, 2016 1 commit
  36. 19 Aug, 2016 1 commit
  37. 16 Aug, 2016 1 commit
  38. 12 Jul, 2016 1 commit
  39. 13 Apr, 2016 1 commit