From 0a73260d5de6a87eeb88bab597a22374f20a9fa3 Mon Sep 17 00:00:00 2001 From: Olivier Debeir Date: Wed, 10 Oct 2012 16:47:34 +0200 Subject: [PATCH] add marked watershed example (cont.) --- doc/examples/plot_marked_watershed.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/examples/plot_marked_watershed.py b/doc/examples/plot_marked_watershed.py index 8f65e344..1db4f507 100644 --- a/doc/examples/plot_marked_watershed.py +++ b/doc/examples/plot_marked_watershed.py @@ -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)