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:
emmanuelle
2011-10-06 23:15:27 +02:00
parent 738dcfde15
commit a07fc6d172
2 changed files with 59 additions and 4 deletions
-4
View File
@@ -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