mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 07:43:56 +08:00
Add note about range of angle values
This commit is contained in:
@@ -151,7 +151,8 @@ def hough_peaks(hspace, angles, dists, min_distance=10, min_angle=10,
|
||||
hspace : (N, M) array
|
||||
Hough space returned by the `hough` function.
|
||||
angles : (M,) array
|
||||
Angles returned by the `hough` function.
|
||||
Angles returned by the `hough` function. Assumed to be continuous
|
||||
(`angles[-1] - angles[0] == PI`).
|
||||
dists : (N, ) array
|
||||
Distances returned by the `hough` function.
|
||||
min_distance : int
|
||||
|
||||
Reference in New Issue
Block a user