1. 10 Jun, 2017 1 commit
  2. 29 May, 2017 1 commit
  3. 25 May, 2017 1 commit
  4. 24 May, 2017 1 commit
  5. 22 May, 2017 2 commits
  6. 21 May, 2017 1 commit
  7. 11 May, 2017 1 commit
    • Cartucho's avatar
      Extending template_matching tutorial with Java (#8043) · 2055bcc8
      Cartucho authored
      * Extending template_matching tutorial with Java
      
      * adding mask to java version of the tutorial
      
      * adding the python toggle and code
      
      * updating table of content
      
      * adding py and java to table of content
      
      * adding mask to python
      
      * going back to markdown with duplicated text
      
      * non duplicated text
      2055bcc8
  8. 03 May, 2017 1 commit
  9. 29 Apr, 2017 1 commit
  10. 24 Apr, 2017 1 commit
  11. 07 Apr, 2017 1 commit
    • Tong Ke's avatar
      Merge pull request #8301 from tonyke1993:p3p_alg · 0a63ab36
      Tong Ke authored
      New p3p algorithm (accepted by CVPR 2017) (#8301)
      
      * add p3p source code
      
      * indent 4
      
      * update publication info
      
      * fix filename
      
      * interface done
      
      * plug in done, test needed
      
      * debugging
      
      * for test
      
      * a working version
      
      * clean p3p code
      
      * test
      
      * test
      
      * fix warning, blank line
      
      * apply patch from @catree
      
      * add reference info
      
      * namespace, indent 4
      
      * static solveQuartic
      
      * put small functions to anonymous namespace
      0a63ab36
  12. 03 Apr, 2017 1 commit
  13. 27 Mar, 2017 1 commit
  14. 14 Mar, 2017 1 commit
  15. 06 Mar, 2017 1 commit
  16. 05 Mar, 2017 1 commit
  17. 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
  18. 22 Feb, 2017 3 commits
  19. 10 Feb, 2017 1 commit
    • cclauss's avatar
      Merge pull request #8150 from cclauss/patch-1 · a3475693
      cclauss authored
      cv2.findContours() no longer modifies source image (#8150)
      
      * cv2.findContours() no longer modifies source image
      
      Since OpenCV 3.2, cv2.findContours() no longer modifies the source image but returns a modified image as the first of three return parameters.  ??? Do I have that correct ???
      
      Also fixed up the code blocks to be valid markdown.
      
      * ```python --> @code{.py}
      
      Enables syntax highlighting in docs.
      a3475693
  20. 09 Feb, 2017 1 commit
  21. 06 Feb, 2017 1 commit
  22. 24 Jan, 2017 2 commits
  23. 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
  24. 17 Jan, 2017 2 commits
  25. 16 Jan, 2017 1 commit
  26. 10 Jan, 2017 1 commit
  27. 05 Jan, 2017 1 commit
  28. 03 Jan, 2017 2 commits
  29. 19 Dec, 2016 1 commit
  30. 15 Dec, 2016 2 commits
    • StevenPuttemans's avatar
      update samples: waitKey() usage · 6d34d6b4
      StevenPuttemans authored
      Original commit is a5f19f7dd6ae5bc93f73e0417a9e0bfd34c01672
      6d34d6b4
    • 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
  31. 13 Dec, 2016 2 commits
  32. 09 Dec, 2016 1 commit
    • parismita's avatar
      Update linux_install.markdown · f55e9662
      parismita authored
      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