1. 23 May, 2018 1 commit
  2. 17 May, 2018 1 commit
  3. 16 May, 2018 1 commit
  4. 05 May, 2018 1 commit
  5. 04 Apr, 2018 1 commit
  6. 28 Mar, 2018 1 commit
  7. 12 Mar, 2018 1 commit
    • shimat's avatar
      Merge pull request #11035 from shimat:refactoring_decolor · 5bf7f09a
      shimat authored
      Refactor decolor (#11035)
      
      * decolor: modernize deprecated headers (math.h -> cmath)
      
      * refactor contrast_preserve.cpp
      
      * refactor contrast_preserve.hpp (add static/const)
      
      * refactor contrast_preserve.hpp (join assignment and declaration)
      
      * refactor contrast_preserve.hpp (format)
      
      * refactor test_decolor.cpp (indent)
      
      * refactor contrast_preserve.hpp (const)
      
      * contrast_preserve.hpp : optimize by minMaxLoc
      
      * fix trailing-whitespace
      
      * fix warning C4267 on VC++ x64
      (conversion from 'size_t' to 'int', possible loss of data)
      
      * use cvRound instead of round_num
      
      * decrease indentation of test_decolor.cpp
      
      * remove pow() to optimize
      
      * remove redundant Mat initialization
      5bf7f09a
  8. 07 Mar, 2018 1 commit
    • shimat's avatar
      Optimize decolor in photo (#10997) · 21d9c47b
      shimat authored
      * optimized cv::decolor by removing vector.push_back
      
      * restored CV_INSTRUMENT_REGION() and original indent
      
      * fix build warnings in contrast_preserve.hpp
      
      * undo refactoring contrast_preserve.cpp/hpp
      21d9c47b
  9. 02 Mar, 2018 1 commit
  10. 12 Feb, 2018 1 commit
  11. 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
  12. 22 Dec, 2017 1 commit
  13. 13 Dec, 2017 1 commit
  14. 15 Sep, 2017 2 commits
  15. 08 Sep, 2017 1 commit
  16. 03 Aug, 2017 1 commit
  17. 29 Jul, 2017 1 commit
  18. 20 Jul, 2017 1 commit
  19. 18 Jul, 2017 1 commit
  20. 17 Jul, 2017 1 commit
  21. 04 Jul, 2017 1 commit
  22. 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
  23. 01 Jul, 2017 1 commit
  24. 30 Jun, 2017 1 commit
  25. 14 Jun, 2017 1 commit
  26. 09 Jun, 2017 1 commit
  27. 03 Jun, 2017 1 commit
  28. 24 May, 2017 2 commits
  29. 22 May, 2017 1 commit
  30. 12 May, 2017 1 commit
  31. 25 Apr, 2017 1 commit
  32. 11 Apr, 2017 1 commit
  33. 22 Dec, 2016 1 commit
  34. 20 Oct, 2016 1 commit
  35. 07 Oct, 2016 1 commit
  36. 30 Sep, 2016 1 commit
  37. 19 Aug, 2016 1 commit
  38. 26 Jul, 2016 1 commit