Cross-See also in watershed and random walker

This commit is contained in:
emmanuelle
2012-01-17 22:17:15 +01:00
parent 09e3a43f58
commit b9d6090c5e
2 changed files with 21 additions and 7 deletions
@@ -203,6 +203,13 @@ def random_walker(data, labels, beta=130, mode='bf', tol=1.e-3, copy=True):
Array in which each pixel has been labeled according to the marker
that reached the pixel first by anisotropic diffusion.
See also
--------
skimage.morphology.watershed: watershed segmentation
A segmentation algorithm based on mathematical morphology
and "flooding" of regions from markers.
Notes
-----