Fix docstring

This commit is contained in:
François Boulogne
2013-03-22 23:12:18 +01:00
parent f18be31822
commit 33060e3343
+1 -1
View File
@@ -127,7 +127,7 @@ def hough_line(img, theta=None):
Notes
-----
The origin is the top left corner of the original image.
The angle is counted clockwise from 9 o'clock.
X and Y axis are horizontal and vertical edges respectively.
The distance is the minimal algebraic distance from this origin to the line.
Examples