From a5f6db59cbb2b01ac173ec4a13237c53ee0f5d84 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Wed, 6 Jan 2016 15:42:10 -0500 Subject: [PATCH] doc example --- skimage/future/graph/rag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/future/graph/rag.py b/skimage/future/graph/rag.py index 566c7261..4faea16c 100644 --- a/skimage/future/graph/rag.py +++ b/skimage/future/graph/rag.py @@ -340,7 +340,7 @@ def rag_boundary(labels, edge_map, connectivity=2): >>> img = data.chelsea() >>> labels = segmentation.slic(img) >>> edge_map = filters.sobel(color.rgb2gray(img)) - >>> rag = graph.rag_mean_color(labels, edge_map) + >>> rag = graph.rag_boundary(labels, edge_map) """