Susmit
d913463932
Terrible bugs in the tutorial code in py_pose.markdown
...
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.
2016-06-02 17:47:45 +05:30
Susmit
98dce911ca
Update py_calibration.markdown
...
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() }
2016-06-02 01:06:17 +05:30
Hannes
66549414dd
fixed "tot_error" to "mean_error" & nicer whitespace
2016-05-17 20:00:28 +02:00
Hannes
3b2a194c30
fixed "corners2" to "corners" & nicer whitespace
2016-05-17 19:36:32 +02:00
Maksim Shabunin
c8cb03fd8f
Replaced 'corrected' to 'distorted' in camera calibration tutorials
2015-05-13 18:46:21 +03:00
berak
723c317108
changed create function in tutorial
2015-04-14 19:01:48 +02:00
Maksim Shabunin
ad6a80f68c
Moved tutorial table-of-contents files to corresponding root level
2014-12-26 19:17:14 +03:00
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
2014-12-26 19:12:19 +03:00
Maksim Shabunin
ecfd056111
Fixed whitespace warnings in new tutorials
2014-12-05 15:33:53 +03:00
Maksim Shabunin
812ce48c36
Doxygen tutorials: python final edits
2014-12-01 16:05:38 +03:00
Maksim Shabunin
875f922332
Doxygen tutorials: python basic
2014-12-01 16:05:38 +03:00
jeremy
56091bae1f
changing many instances of the same grammar error in documentation
2014-09-09 17:03:59 -05:00
Matt Venn
7acd28fbea
added imgpoints back
2014-02-13 07:44:29 +00:00
Matt Venn
2d33063a59
removed whitespace at end of line 96
2014-02-10 14:51:29 +00:00
Matt Venn
3170414ca8
fixed whitespace
2014-02-07 22:18:59 +00:00
Matt Venn
a0bfdb9bf1
fixed examples for opencv 2.4.8
2014-02-07 20:53:57 +00:00
abidrahmank
899781b3d6
GSoC Python Tutorials
...
GSoC Python Tutorials
removed white spaces
removed blank lines at EOF
removed duplicate labels
2013-09-23 13:41:14 +05:30