[skimage] 02/24: DOC: Fix broken link in watershed docs.

Andreas Tille tille at debian.org
Fri Dec 23 08:22:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to tag v0.3.1
in repository skimage.

commit 95973b7ac2b2ba5719a0fe5282964a3efe993367
Author: Stefan van der Walt <stefan at sun.ac.za>
Date:   Mon Oct 10 12:04:18 2011 -0700

    DOC: Fix broken link in watershed docs.
---
 doc/examples/plot_watershed.py | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/doc/examples/plot_watershed.py b/doc/examples/plot_watershed.py
index 0fea79f..7927cb9 100644
--- a/doc/examples/plot_watershed.py
+++ b/doc/examples/plot_watershed.py
@@ -3,23 +3,25 @@
 Watershed segmentation
 ======================
 
-The watershed is a classical algorithm used for **segmentation**, that is, for 
-separating different objects in an image.
-
-Starting from user-defined markers, the watershed algorithm treats pixels
-values as a local topography (elevation). The algorithm floods basins from the
-markers, until basins attributed to different markers meet on watershed lines.
-In many cases, markers are chosen as local minima of the image, from which
-basins are flooded.
-
-In the example below, two overlapping circles are to be separated. To do so,
-one computes an image that is the distance to the background. The maxima of
-this distance (i.e., the minima of the opposite of the distance) are chosen as
-markers, and the flooding of basins from such markers separates the two circles
-along a watershed line.
-
-See http://en.wikipedia.org/wiki/Watershed_(image_processing) for more details
-on the algorithm.
+The watershed is a classical algorithm used for **segmentation**, that
+is, for separating different objects in an image.
+
+Starting from user-defined markers, the watershed algorithm treats
+pixels values as a local topography (elevation). The algorithm floods
+basins from the markers, until basins attributed to different markers
+meet on watershed lines.  In many cases, markers are chosen as local
+minima of the image, from which basins are flooded.
+
+In the example below, two overlapping circles are to be separated. To
+do so, one computes an image that is the distance to the
+background. The maxima of this distance (i.e., the minima of the
+opposite of the distance) are chosen as markers, and the flooding of
+basins from such markers separates the two circles along a watershed
+line.
+
+See `Wikipedia
+<http://en.wikipedia.org/wiki/Watershed_(image_processing)>`__ for
+more details on the algorithm.
 """
 
 import numpy as np

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skimage.git



More information about the debian-science-commits mailing list