1. 15 Dec, 2016 1 commit
    • Cartucho's avatar
      GSoC 2016 - Adding ALIASES for tutorial (#7041) · fcddfa4f
      Cartucho authored
      * GSoC 2016 - Adding toggle files to be used by tutorials.
      
      Add a toggle option for tutorials.
      * adds a button on the HTML tutorial pages to switch between blocks
      * the default option is for languages: one can write a block
      for C++ and another one for Python without re-writing the tutorial
      
      Add aliases to the doxyfile.
      * adding alises to make a link to previous and next tutorial.
      * adding alias to specify the toggle options in the tutorials index.
      * adding alias to add a youtube video directly from link.
      
      Add a sample tutorial (mat_mask_opertaions) using the developed aliases:
      * youtube alias
      * previous and next tutorial alias
      * buttons
      * languages info for tutorial table of content
      * code referances with snippets (and associated sample code files)
      
      * Removing the automatic ordering.
      Adding specific toggles for cpp, java and python.
      Move all the code to the footer / header and Doxyfile.
      Updating documentation.
      fcddfa4f
  2. 26 Jun, 2016 1 commit
  3. 26 Dec, 2014 1 commit
  4. 23 Sep, 2014 1 commit
  5. 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
  6. 07 Jul, 2014 1 commit
  7. 22 Nov, 2013 1 commit
  8. 17 Nov, 2013 1 commit
  9. 21 Aug, 2013 1 commit
  10. 08 Apr, 2013 1 commit
  11. 09 Nov, 2012 1 commit
  12. 17 Oct, 2012 2 commits
  13. 09 Aug, 2011 1 commit
  14. 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
  15. 08 Jul, 2011 1 commit
  16. 06 Jul, 2011 1 commit