1. 13 Nov, 2018 1 commit
  2. 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
  3. 14 Jun, 2018 1 commit
  4. 07 Apr, 2018 1 commit
    • y0umu's avatar
      Merge pull request #11260 from y0umu:patch-1 · ade29fc6
      y0umu authored
      Correct a mistake in {js,py}_table_of_contents_histograms.markdown (#11260)
      
      * Update py_table_of_contents_histograms.markdown
      
      "Learn to find and draw Contours" => "Learn the basics of histograms"
      
      * Update js_table_of_contents_histograms.markdown
      
      Corrected a seemlingly wronged line of copy in the python documention js_table_of_contents_histograms.markdown
      
      "Learn to find and draw Contours" => "Learn the basics of histograms"
      ade29fc6
  5. 22 Mar, 2018 2 commits
  6. 08 Feb, 2018 1 commit
  7. 11 Dec, 2017 1 commit
  8. 04 Oct, 2017 1 commit
  9. 02 Oct, 2017 1 commit
  10. 03 Jul, 2017 1 commit
  11. 29 May, 2017 1 commit
  12. 27 Mar, 2017 1 commit
  13. 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
  14. 06 Feb, 2017 1 commit
  15. 17 Jan, 2017 1 commit
  16. 26 Oct, 2016 1 commit
  17. 10 Jul, 2016 1 commit
  18. 11 Jun, 2016 1 commit
  19. 18 Dec, 2015 1 commit
  20. 03 Sep, 2015 1 commit
  21. 13 May, 2015 1 commit
  22. 04 May, 2015 1 commit
  23. 23 Feb, 2015 1 commit
  24. 20 Feb, 2015 1 commit
  25. 26 Dec, 2014 2 commits
  26. 01 Dec, 2014 2 commits
  27. 27 Nov, 2014 1 commit
    • burun's avatar
      Update py_colorspaces.rst · c52a3f76
      burun authored
      mask = cv2.inRange(hsv, lower_green, upper_green)
      to
      mask = cv2.inRange(hsv, lower_blue, upper_blue)
      c52a3f76
  28. 04 Oct, 2014 1 commit
  29. 09 Sep, 2014 1 commit
  30. 24 Feb, 2014 1 commit
  31. 12 Feb, 2014 2 commits
  32. 10 Feb, 2014 1 commit
  33. 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