1. 25 Jan, 2019 1 commit
  2. 22 Dec, 2018 1 commit
  3. 21 Dec, 2018 1 commit
  4. 17 Nov, 2018 1 commit
  5. 12 Nov, 2018 1 commit
  6. 23 Oct, 2018 1 commit
  7. 26 Sep, 2018 1 commit
  8. 30 Aug, 2018 2 commits
  9. 14 Aug, 2018 1 commit
  10. 31 Jul, 2018 1 commit
    • luz.paz's avatar
      Misc. typos · 2003eb1b
      luz.paz authored
      Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
      2003eb1b
  11. 10 Jun, 2018 1 commit
  12. 08 Jun, 2018 1 commit
  13. 31 May, 2018 1 commit
  14. 10 Apr, 2018 2 commits
  15. 05 Apr, 2018 1 commit
  16. 03 Apr, 2018 1 commit
  17. 23 Feb, 2018 1 commit
  18. 08 Feb, 2018 1 commit
  19. 15 Dec, 2017 2 commits
  20. 27 Oct, 2017 1 commit
  21. 17 Oct, 2017 1 commit
  22. 10 Oct, 2017 1 commit
  23. 04 Oct, 2017 1 commit
  24. 24 Sep, 2017 1 commit
  25. 21 Sep, 2017 1 commit
  26. 31 Aug, 2017 2 commits
  27. 24 Aug, 2017 2 commits
  28. 10 Jun, 2017 1 commit
  29. 25 May, 2017 1 commit
  30. 22 May, 2017 2 commits
  31. 01 Mar, 2017 1 commit
    • Adeel Ahmad's avatar
      Merge pull request #8253 from adl1995:master · bc7f6fc4
      Adeel Ahmad authored
      * Update linux_install.markdown
      
      Grammar improvements, fixed typos.
      
      * Update tutorials.markdown
      
      Improvements in grammar.
      
      * Update table_of_content_calib3d.markdown
      
      * Update camera_calibration_square_chess.markdown
      
      Improvements in grammar. Added answer.
      
      * Update tutorials.markdown
      
      * Update erosion_dilatation.markdown
      
      * Update table_of_content_imgproc.markdown
      
      * Update warp_affine.markdown
      
      * Update camera_calibration_square_chess.markdown
      
      Removed extra space.
      
      * Update gpu_basics_similarity.markdown
      
      Grammatical improvements, fixed typos.
      
      * Update trackbar.markdown
      
      Improvement for better understanding.
      bc7f6fc4
  32. 18 Jan, 2017 1 commit
    • Maksim Shabunin's avatar
      Minor documentation fixes: · 66cdc100
      Maksim Shabunin authored
      - disabled OPTIMIZE_OUTPUT_JAVA
      - filtered out *.m scripts
      - removed link to old Sphinx documentation
      - replaced all mentions of Sphinx with Doxygen
      66cdc100
  33. 03 Jan, 2017 1 commit
  34. 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