1. 11 Dec, 2017 1 commit
  2. 14 Nov, 2017 1 commit
  3. 25 Oct, 2017 1 commit
  4. 17 Oct, 2017 1 commit
  5. 16 Oct, 2017 1 commit
  6. 11 Oct, 2017 1 commit
  7. 04 Oct, 2017 1 commit
  8. 02 Oct, 2017 1 commit
  9. 31 Aug, 2017 1 commit
  10. 28 Jul, 2017 1 commit
  11. 27 Jul, 2017 1 commit
  12. 03 Jul, 2017 1 commit
  13. 10 Jun, 2017 1 commit
  14. 29 May, 2017 1 commit
  15. 24 May, 2017 1 commit
  16. 21 May, 2017 1 commit
  17. 03 Apr, 2017 1 commit
  18. 27 Mar, 2017 1 commit
  19. 14 Mar, 2017 1 commit
  20. 05 Mar, 2017 1 commit
  21. 22 Feb, 2017 3 commits
  22. 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
  23. 06 Feb, 2017 1 commit
  24. 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
  25. 17 Jan, 2017 1 commit
  26. 26 Oct, 2016 1 commit
  27. 30 Sep, 2016 1 commit
  28. 16 Aug, 2016 1 commit
  29. 08 Aug, 2016 1 commit
  30. 25 Jul, 2016 1 commit
  31. 12 Jul, 2016 1 commit
  32. 10 Jul, 2016 1 commit
  33. 11 Jun, 2016 1 commit
  34. 02 Jun, 2016 1 commit
    • Susmit's avatar
      Terrible bugs in the tutorial code in py_pose.markdown · d9134639
      Susmit authored
      There were two bugs that were solved here.Changes were done after extreme testing.
      1.replaced cv2.solvePnPRansac() with cv2.solvePnP() previous fc was giving terrible errors.
      2.The code was incapable of saving edited pics;Now fixed with little code mods.
      d9134639
  35. 01 Jun, 2016 1 commit
    • Susmit's avatar
      Update py_calibration.markdown · 98dce911
      Susmit authored
      In the camera calibration code { cv2.cornerSubPix() } will be of no use.In the updated code it is assigned to the (corners2) variable 
      which is passed down to { cv2.drawChessboardCorners() }
      98dce911
  36. 17 May, 2016 2 commits
  37. 29 Feb, 2016 1 commit