1. 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
  2. 02 Nov, 2017 1 commit
  3. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  4. 26 Dec, 2013 2 commits
  5. 25 Dec, 2013 2 commits
  6. 12 Feb, 2013 1 commit
  7. 17 Oct, 2012 2 commits
  8. 13 Apr, 2012 1 commit
  9. 04 Apr, 2012 1 commit
  10. 09 Feb, 2011 1 commit
  11. 16 Jul, 2010 1 commit
  12. 09 Jul, 2010 1 commit
  13. 11 May, 2010 1 commit