mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
Fix docstring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user