mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-19 12:40:22 +08:00
New example for the gallery: watershed
Removed the See also part in watershed's docstrings, as it made the doc compilation crash...
This commit is contained in:
@@ -91,10 +91,6 @@ def fast_watershed(image, markers, connectivity=None, offset=None, mask=None):
|
||||
|
||||
.. [2] http://cmm.ensmp.fr/~beucher/wtshed.html
|
||||
|
||||
See also
|
||||
--------
|
||||
`is_local_maximum`, `scipy.ndimage.label`
|
||||
|
||||
Examples
|
||||
--------
|
||||
The watershed algorithm is very useful to separate overlapping objects
|
||||
|
||||
Reference in New Issue
Block a user