1. 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
  2. 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
  3. 20 Oct, 2016 1 commit
  4. 15 Oct, 2014 1 commit
  5. 14 Oct, 2014 2 commits
  6. 04 Dec, 2013 4 commits