1. 26 Jul, 2018 1 commit
  2. 24 Jul, 2018 1 commit
  3. 18 Jul, 2018 1 commit
  4. 17 Jul, 2018 1 commit
  5. 04 Jul, 2018 1 commit
  6. 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
  7. 28 Feb, 2017 1 commit
  8. 19 Jul, 2016 1 commit
  9. 16 Jul, 2016 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. 10 Apr, 2013 1 commit
  13. 09 Mar, 2013 1 commit
  14. 28 Aug, 2012 1 commit
  15. 15 Jun, 2012 1 commit
  16. 09 Jun, 2012 1 commit
  17. 13 Apr, 2012 1 commit
  18. 06 Apr, 2012 1 commit
  19. 29 Mar, 2012 1 commit
  20. 09 Feb, 2011 1 commit
  21. 04 Nov, 2010 1 commit
  22. 21 Oct, 2010 1 commit
  23. 31 Jul, 2010 1 commit
  24. 12 Jul, 2010 1 commit
  25. 11 Jul, 2010 1 commit
  26. 11 May, 2010 1 commit