1. 26 Mar, 2018 1 commit
  2. 15 Mar, 2018 1 commit
  3. 12 Feb, 2018 1 commit
  4. 18 Dec, 2017 1 commit
  5. 05 Oct, 2017 4 commits
  6. 29 Jul, 2017 1 commit
  7. 28 Feb, 2017 1 commit
  8. 16 Jan, 2017 1 commit
    • logic1988's avatar
      Merge pull request #7978 from logic1988:master · a8e5d1d9
      logic1988 authored
      Fix error usage in HitMiss tutorial, and improved the visualization results (#7978)
      
      * Fix error usage in HitMiss tutorial, and improved the visualization results
      
      Fix error usage in HitMiss tutorial, and improved the visualization results
      
      * Update HitMiss.cpp
      
      * Update HitMiss.cpp
      a8e5d1d9
  9. 05 Jan, 2017 1 commit
  10. 03 Jan, 2017 1 commit
  11. 15 Dec, 2016 1 commit
  12. 15 Aug, 2016 1 commit
  13. 26 Jun, 2016 1 commit
  14. 14 Apr, 2016 1 commit
  15. 24 Feb, 2015 1 commit
  16. 23 Sep, 2014 1 commit
  17. 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
  18. 07 Jul, 2014 1 commit
  19. 06 Jan, 2014 1 commit
  20. 17 Nov, 2013 1 commit
  21. 21 Aug, 2013 1 commit
  22. 17 Jun, 2013 1 commit
  23. 08 Apr, 2013 2 commits
  24. 09 Nov, 2012 1 commit
  25. 17 Oct, 2012 2 commits
  26. 21 Jun, 2011 3 commits