add marked watershed example (cont.)

This commit is contained in:
Olivier Debeir
2012-10-29 18:07:48 +01:00
parent c26d57dcfa
commit 0a73260d5d
+2
View File
@@ -6,6 +6,8 @@ Markers for watershed transform
The watershed is a classical algorithm used for **segmentation**, that
is, for separating different objects in an image.
Here a marker image is build from the region of low gradient inside the image.
See Wikipedia_ for more details on the algorithm.
.. _Wikipedia: http://en.wikipedia.org/wiki/Watershed_(image_processing)