1. 29 Nov, 2018 1 commit
  2. 08 Nov, 2018 1 commit
  3. 07 Oct, 2018 1 commit
  4. 29 Sep, 2018 2 commits
  5. 19 Sep, 2018 1 commit
  6. 14 Sep, 2018 1 commit
  7. 12 Sep, 2018 1 commit
  8. 07 Sep, 2018 1 commit
  9. 06 Sep, 2018 1 commit
  10. 05 Sep, 2018 1 commit
  11. 02 Sep, 2018 4 commits
  12. 30 Aug, 2018 1 commit
  13. 28 Aug, 2018 1 commit
  14. 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
  15. 26 Jul, 2018 1 commit
  16. 24 Jul, 2018 2 commits
  17. 19 Jul, 2018 1 commit
  18. 16 Jul, 2018 1 commit
    • Vadim Pisarevsky's avatar
      Wide univ intrinsics (#11953) · f058b5fb
      Vadim Pisarevsky authored
      * core:OE-27 prepare universal intrinsics to expand (#11022)
      
      * core:OE-27 prepare universal intrinsics to expand (#11022)
      
      * core: Add universal intrinsics for AVX2
      
      * updated implementation of wide univ. intrinsics; converted several OpenCV HAL functions: sqrt, invsqrt, magnitude, phase, exp to the wide universal intrinsics.
      
      * converted log to universal intrinsics; cleaned up the code a bit; added v_lut_deinterleave intrinsics.
      
      * core: Add universal intrinsics for AVX2
      
      * fixed multiple compile errors
      
      * fixed many more compile errors and hopefully some test failures
      
      * fixed some more compile errors
      
      * temporarily disabled IPP to debug exp & log; hopefully fixed Doxygen complains
      
      * fixed some more compile errors
      
      * fixed v_store(short*, v_float16&) signatures
      
      * trying to fix the test failures on Linux
      
      * fixed some issues found by alalek
      
      * restored IPP optimization after the patch with AVX wide intrinsics has been properly tested
      
      * restored IPP optimization after the patch with AVX wide intrinsics has been properly tested
      f058b5fb
  19. 05 Jul, 2018 1 commit
  20. 04 Jul, 2018 1 commit
  21. 04 Jun, 2018 1 commit
  22. 22 May, 2018 1 commit
  23. 15 May, 2018 1 commit
  24. 11 May, 2018 1 commit
  25. 03 May, 2018 3 commits
  26. 24 Apr, 2018 1 commit
  27. 19 Apr, 2018 1 commit
  28. 29 Mar, 2018 1 commit
  29. 28 Mar, 2018 1 commit
  30. 13 Feb, 2018 1 commit
  31. 07 Feb, 2018 1 commit
  32. 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
  33. 02 Feb, 2018 1 commit