1. 15 12月, 2016 1 次提交
    • C
      GSoC 2016 - Adding ALIASES for tutorial (#7041) · fcddfa4f
      Cartucho 提交于
      * 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. 14 12月, 2016 1 次提交
  3. 10 12月, 2016 1 次提交
    • P
      Update linux_install.markdown · f55e9662
      parismita 提交于
      Update linux_install.markdown
      
      Update linux_install.markdown
      
      Update linux_install.markdown
      
      Update linux_install.markdown
      
      Update linux_install.markdown
      
      Update linux_install.markdown
      f55e9662
  4. 08 12月, 2016 1 次提交
  5. 06 10月, 2016 1 次提交
  6. 29 9月, 2016 1 次提交
  7. 16 9月, 2016 1 次提交
  8. 18 8月, 2016 1 次提交
  9. 22 7月, 2016 1 次提交
  10. 12 7月, 2016 2 次提交
  11. 24 3月, 2016 1 次提交
  12. 14 3月, 2016 1 次提交
  13. 28 2月, 2016 2 次提交
  14. 20 8月, 2015 1 次提交
  15. 02 6月, 2015 1 次提交
  16. 25 5月, 2015 1 次提交
  17. 22 5月, 2015 1 次提交
  18. 13 5月, 2015 1 次提交
  19. 04 5月, 2015 2 次提交
  20. 29 4月, 2015 1 次提交
  21. 28 4月, 2015 1 次提交
  22. 22 4月, 2015 1 次提交
  23. 16 4月, 2015 1 次提交
  24. 19 3月, 2015 3 次提交
  25. 25 2月, 2015 1 次提交
    • M
      Added biicode docs to introduction tutorials · 191336de
      mariadeanton 提交于
      biicode docs added with fixes
      fixed biicode docs
      
      added biicode docs
      added biicode docs
      
      fixed #include typos
      
      fixed whitespaces and tabs in indent
      
      fixed whitespaces
      
      small fixes
      
      fixed trailing whitespace
      
      trial fix #includes
      
      fixed #includes
      
      fixed link and branch name
      191336de
  26. 20 2月, 2015 1 次提交
  27. 27 12月, 2014 3 次提交
  28. 24 12月, 2014 1 次提交
  29. 22 12月, 2014 2 次提交
  30. 03 12月, 2014 1 次提交
    • H
      Fix#3714:Improve Display Image Tutorial · ec57a938
      HelenWong 提交于
      For Bug #3714, user use the imshow() function without calling
      namedWindow() properly, because user did not know the implicit rule for
      imshow(). (i.e. without calling namedWindow implied calling namedWindow(
      ,CV__WINDOW_AUTOSIZE).
      
      Improve the Display Image Tutorial to educate the user for such implied
      rule.
      
      Put a note on documentation for Bug#3714
      
      Revise the documentation regarding to imshow() function to better
      educate the user the implicit rule. (i.e. without creating the window
      before the imshow() function is the same as creating AUTOSIZE window)
      ec57a938
  31. 01 12月, 2014 2 次提交