1. 14 Jul, 2017 1 commit
    • Vladislav Sovrasov's avatar
      Merge pull request #9034 from sovrasov:mats_from_initializer_list · e5fbb4f5
      Vladislav Sovrasov authored
      Add constructors taking initializer_list for some of OpenCV data types (#9034)
      
      * Add a constructor taking initializer_list for Matx
      
      * Add a constructor taking initializer list for Mat and Mat_
      
      * Add one more method to initialize Mat to the corresponding tutorial
      
      * Add a note how to initialize Matx
      
      * CV_CXX_11->CV_CXX11
      e5fbb4f5
  2. 09 Jul, 2017 1 commit
  3. 03 Jul, 2017 1 commit
  4. 30 Jun, 2017 1 commit
  5. 28 Jun, 2017 1 commit
  6. 10 Jun, 2017 1 commit
  7. 29 May, 2017 1 commit
  8. 25 May, 2017 1 commit
  9. 24 May, 2017 1 commit
  10. 22 May, 2017 2 commits
  11. 21 May, 2017 1 commit
  12. 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
  13. 03 May, 2017 1 commit
  14. 29 Apr, 2017 1 commit
  15. 24 Apr, 2017 1 commit
  16. 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
  17. 03 Apr, 2017 1 commit
  18. 27 Mar, 2017 1 commit
  19. 14 Mar, 2017 1 commit
  20. 06 Mar, 2017 1 commit
  21. 05 Mar, 2017 1 commit
  22. 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
  23. 22 Feb, 2017 3 commits
  24. 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
  25. 09 Feb, 2017 1 commit
  26. 06 Feb, 2017 1 commit
  27. 24 Jan, 2017 2 commits
  28. 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
  29. 17 Jan, 2017 2 commits
  30. 16 Jan, 2017 1 commit
  31. 10 Jan, 2017 1 commit
  32. 05 Jan, 2017 1 commit
  33. 03 Jan, 2017 2 commits
  34. 19 Dec, 2016 1 commit