1. 28 Feb, 2017 1 commit
  2. 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
  3. 05 Jan, 2017 1 commit
  4. 03 Jan, 2017 1 commit
  5. 15 Dec, 2016 1 commit
  6. 15 Aug, 2016 1 commit
  7. 26 Jun, 2016 1 commit
  8. 14 Apr, 2016 1 commit
  9. 24 Feb, 2015 1 commit
  10. 23 Sep, 2014 1 commit
  11. 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
  12. 07 Jul, 2014 1 commit
  13. 06 Jan, 2014 1 commit
  14. 17 Nov, 2013 1 commit
  15. 21 Aug, 2013 1 commit
  16. 17 Jun, 2013 1 commit
  17. 08 Apr, 2013 2 commits
  18. 09 Nov, 2012 1 commit
  19. 17 Oct, 2012 2 commits
  20. 21 Jun, 2011 3 commits