1. 26 Feb, 2015 1 commit
  2. 24 Feb, 2015 1 commit
  3. 17 Feb, 2015 1 commit
  4. 16 Feb, 2015 1 commit
  5. 27 Jan, 2015 1 commit
    • tt's avatar
      Image Segmentation .cpp tutorial · 4ea2eceb
      tt authored
      Distance Transform tutorial fixes
      
      Distance Transform fixes v.2
      
      Distance Transform fixes v.3
      
      Distance Transform fixes v.4
      4ea2eceb
  6. 18 Jan, 2015 1 commit
  7. 26 Dec, 2014 1 commit
  8. 18 Oct, 2014 1 commit
  9. 17 Oct, 2014 2 commits
  10. 16 Oct, 2014 2 commits
  11. 15 Oct, 2014 1 commit
  12. 23 Sep, 2014 3 commits
  13. 04 Sep, 2014 1 commit
  14. 19 Aug, 2014 1 commit
  15. 14 Aug, 2014 1 commit
  16. 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
  17. 12 Aug, 2014 3 commits
  18. 11 Aug, 2014 4 commits
  19. 10 Aug, 2014 1 commit
  20. 09 Aug, 2014 5 commits
  21. 08 Aug, 2014 4 commits
  22. 07 Aug, 2014 3 commits