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. 16 Dec, 2016 1 commit
  3. 10 Dec, 2016 1 commit
  4. 07 Dec, 2016 1 commit
  5. 21 Nov, 2016 1 commit
  6. 07 Sep, 2016 1 commit
  7. 20 May, 2016 1 commit
  8. 08 Apr, 2016 1 commit
  9. 29 Apr, 2015 1 commit
  10. 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
  11. 08 Apr, 2014 1 commit
  12. 21 Aug, 2013 1 commit
  13. 25 Feb, 2013 1 commit
  14. 17 Oct, 2012 2 commits
  15. 11 Oct, 2012 1 commit
  16. 10 Oct, 2012 1 commit
  17. 19 Jul, 2011 1 commit
  18. 17 Apr, 2011 1 commit
  19. 09 Feb, 2011 1 commit