1. 24 Oct, 2018 1 commit
  2. 06 Jun, 2018 1 commit
    • Kyle D. Patterson's avatar
      Update py_calibration.markdown · f581992a
      Kyle D. Patterson authored
      Improved readability by correcting grammar and idioms.
      
      Further improved language and readability.
      
      Attempted to fix list bullets.
      
      Again, attempted to fix list bullets.
      
      Removed trailing whitespace on line 8.
      f581992a
  3. 22 Dec, 2017 1 commit
  4. 11 Dec, 2017 1 commit
  5. 11 Oct, 2017 1 commit
  6. 29 May, 2017 1 commit
  7. 22 Feb, 2017 1 commit
  8. 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
  9. 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
  10. 17 May, 2016 2 commits
  11. 13 May, 2015 1 commit
  12. 14 Apr, 2015 1 commit
  13. 26 Dec, 2014 2 commits
  14. 05 Dec, 2014 1 commit
  15. 01 Dec, 2014 2 commits
  16. 09 Sep, 2014 1 commit
  17. 13 Feb, 2014 1 commit
  18. 10 Feb, 2014 1 commit
  19. 07 Feb, 2014 2 commits
  20. 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