Kian Eliasi
99683e958a
Fix the example in py_calib3d/py_calibration
2 years ago
Gabriel Nascarella Hishida
f28895cd6b
doc: Fix example code using deprecated xrange
...
xrange was abandoned and doesn't exist in Python 3. range() works just the same
4 years ago
Alexander Alekhin
2fb1d9d02e
doc: fix misused "see also" doxygen command
5 years ago
Kyle D. Patterson
f581992a62
Update py_calibration.markdown
...
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.
7 years ago
Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
berak
0f51155e79
py_tutorials: add print() braces for python3
8 years ago
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() }
9 years ago
Hannes
66549414dd
fixed "tot_error" to "mean_error" & nicer whitespace
9 years ago
Hannes
3b2a194c30
fixed "corners2" to "corners" & nicer whitespace
9 years ago
Maksim Shabunin
c8cb03fd8f
Replaced 'corrected' to 'distorted' in camera calibration tutorials
10 years ago
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
10 years ago
Maksim Shabunin
812ce48c36
Doxygen tutorials: python final edits
10 years ago
Maksim Shabunin
875f922332
Doxygen tutorials: python basic
10 years ago
Matt Venn
7acd28fbea
added imgpoints back
11 years ago
Matt Venn
2d33063a59
removed whitespace at end of line 96
11 years ago
Matt Venn
3170414ca8
fixed whitespace
11 years ago
Matt Venn
a0bfdb9bf1
fixed examples for opencv 2.4.8
11 years ago
abidrahmank
899781b3d6
GSoC Python Tutorials
...
GSoC Python Tutorials
removed white spaces
removed blank lines at EOF
removed duplicate labels
11 years ago