1. 16 Aug, 2019 1 commit
  2. 05 Jun, 2019 1 commit
  3. 18 Feb, 2019 1 commit
  4. 04 Dec, 2018 1 commit
  5. 17 Nov, 2018 1 commit
  6. 08 Nov, 2018 1 commit
  7. 24 Sep, 2018 1 commit
  8. 18 Sep, 2018 1 commit
  9. 14 Sep, 2018 1 commit
  10. 13 Sep, 2018 1 commit
  11. 12 Sep, 2018 1 commit
  12. 07 Sep, 2018 1 commit
    • cyy's avatar
      Merge pull request #12458 from DEEPIR:3.4 · 286c2c23
      cyy authored
      * may be an typo fix
      
      * remove identical branch,may be paste error
      
      * add parentheses around macro parameter
      
      * simplify if condition
      
      * check malloc fail
      
      * change the condition of branch removed by commit 3041502861318c85d901e8c08226ff67898c77ed
      286c2c23
  13. 06 Sep, 2018 1 commit
  14. 15 Aug, 2018 1 commit
  15. 07 Aug, 2018 2 commits
  16. 17 Jul, 2018 1 commit
  17. 16 Jun, 2018 1 commit
  18. 23 May, 2018 1 commit
  19. 17 May, 2018 1 commit
  20. 10 Apr, 2018 1 commit
  21. 04 Apr, 2018 1 commit
  22. 28 Mar, 2018 1 commit
  23. 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
  24. 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
  25. 02 Mar, 2018 1 commit
  26. 22 Dec, 2017 1 commit
  27. 13 Dec, 2017 1 commit
  28. 15 Sep, 2017 2 commits
  29. 08 Sep, 2017 1 commit
  30. 03 Aug, 2017 1 commit
  31. 18 Jul, 2017 1 commit
  32. 04 Jul, 2017 1 commit
  33. 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
  34. 01 Jul, 2017 1 commit
  35. 30 Jun, 2017 1 commit
  36. 14 Jun, 2017 1 commit
  37. 09 Jun, 2017 1 commit
  38. 24 May, 2017 1 commit