1. 26 Jun, 2016 1 commit
  2. 26 Dec, 2014 1 commit
  3. 23 Sep, 2014 1 commit
  4. 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
  5. 07 Jul, 2014 1 commit
  6. 17 Nov, 2013 1 commit
  7. 21 Aug, 2013 1 commit
  8. 08 Apr, 2013 1 commit
  9. 17 Oct, 2012 2 commits
  10. 19 Jul, 2011 1 commit
    • Bernat Gabor's avatar
      1) Converted all images to JPG to reduce size. · a2975f33
      Bernat Gabor authored
      2) Added a raw Latex page break directive after each TOC tree. (For the PDF tutorial look).
      3) Two finished tutorials: 
         a) one describing how the Mat data structure works and its output capabilities (format function) (demonstration YouTube video included).
         b) one describing image scanning operations plus the LUT function (demonstration YouTube video included). 
         c) a basic filtering approach (plus multi row image scanning demonstration) in the work.
      a2975f33
  11. 08 Jul, 2011 1 commit