1. 29 May, 2017 1 commit
  2. 27 Mar, 2017 1 commit
  3. 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
  4. 10 Jul, 2016 1 commit
  5. 23 Feb, 2015 1 commit
  6. 26 Dec, 2014 2 commits
  7. 01 Dec, 2014 2 commits
  8. 24 Feb, 2014 1 commit
  9. 12 Feb, 2014 2 commits
  10. 10 Feb, 2014 1 commit
  11. 23 Sep, 2013 1 commit
    • abidrahmank's avatar
      GSoC Python Tutorials · 899781b3
      abidrahmank authored
      GSoC Python Tutorials
      
      removed white spaces
      
      removed blank lines at EOF
      
      removed duplicate labels
      899781b3