mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 09:39:59 +08:00
Fixed forgotten output for docstring example
This commit is contained in:
@@ -159,6 +159,7 @@ def hough_circle(image, radius, normalize=True, full_output=False):
|
||||
>>> try_radii = np.arange(5, 50)
|
||||
>>> res = hough_circle(img, try_radii)
|
||||
>>> ridx, r, c = np.unravel_index(np.argmax(res), res.shape)
|
||||
>>> r, c, try_radii[ridx]
|
||||
(25, 35, 23)
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user