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 Jul, 2019 1 commit
  3. 14 Nov, 2018 1 commit
  4. 13 Oct, 2018 1 commit
  5. 19 Apr, 2018 2 commits
  6. 22 Mar, 2018 1 commit
  7. 26 Feb, 2018 1 commit
  8. 13 Feb, 2018 1 commit
  9. 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
  10. 15 Dec, 2017 1 commit
  11. 13 Dec, 2017 1 commit
  12. 10 Jul, 2017 1 commit
  13. 09 Dec, 2016 2 commits
  14. 06 Dec, 2016 1 commit
  15. 02 Dec, 2016 1 commit
  16. 30 Nov, 2016 1 commit
  17. 29 Nov, 2016 1 commit
  18. 17 Nov, 2016 1 commit
  19. 14 Nov, 2016 1 commit
  20. 08 Nov, 2016 1 commit
  21. 04 Nov, 2016 1 commit
    • Li Peng's avatar
      morph ocl kernel for erode and dilate filter · 35198b84
      Li Peng authored
      This kernel is for CV_8UC1 format and 3x3 kernel size,
      It is about 33% ~ 55% faster than current ocl kernel with below perf test
      
      python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_ErodeFixture*
      python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_DilateFixture*
      
      Also add accuracy test cases for this kernel, the test command is
      
      ./bin/opencv_test_imgproc --gtest_filter=OCL_Filter/MorphFilter3x3*
      Signed-off-by: 's avatarLi Peng <peng.li@intel.com>
      35198b84
  22. 26 Oct, 2016 1 commit
  23. 07 Oct, 2016 1 commit
  24. 28 Sep, 2016 1 commit
  25. 16 Sep, 2016 1 commit
  26. 19 Aug, 2016 1 commit
  27. 05 Aug, 2016 1 commit
  28. 19 Jul, 2016 1 commit
  29. 25 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      IPP_VERSION_X100 was changed to: · 14b006e8
      Pavel Vlasov authored
      IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE
      to manage changes between updates more easily.
      
      IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
      14b006e8
  30. 04 Mar, 2015 1 commit
  31. 03 Mar, 2015 1 commit
  32. 06 Nov, 2014 1 commit
  33. 21 Oct, 2014 6 commits