1. 29 May, 2017 1 commit
  2. 22 Feb, 2017 1 commit
  3. 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
  4. 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
  5. 17 May, 2016 2 commits
  6. 13 May, 2015 1 commit
  7. 14 Apr, 2015 1 commit
  8. 26 Dec, 2014 2 commits
  9. 05 Dec, 2014 1 commit
  10. 01 Dec, 2014 2 commits
  11. 09 Sep, 2014 1 commit
  12. 13 Feb, 2014 1 commit
  13. 10 Feb, 2014 1 commit
  14. 07 Feb, 2014 2 commits
  15. 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