mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 07:27:33 +08:00
add note for distance/angle convention. Thanks to Emre Safak.
This commit is contained in:
@@ -127,6 +127,12 @@ def hough_line(img, theta=None):
|
||||
distances : ndarray
|
||||
Distance values.
|
||||
|
||||
Notes
|
||||
-----
|
||||
The origin is the top left corner of the original image.
|
||||
The angle is counted clockwise from 9 o'clock.
|
||||
The distance is the minimal algebraic distance from this origin to the line.
|
||||
|
||||
Examples
|
||||
--------
|
||||
Generate a test image:
|
||||
|
||||
Reference in New Issue
Block a user