mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Fix hough transform return value ordering in doc string
This commit is contained in:
@@ -111,10 +111,10 @@ def hough(img, theta=None):
|
||||
-------
|
||||
H : 2-D ndarray of uint64
|
||||
Hough transform accumulator.
|
||||
distances : ndarray
|
||||
Distance values.
|
||||
theta : ndarray
|
||||
Angles at which the transform was computed.
|
||||
distances : ndarray
|
||||
Distance values.
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user