From 3cf6c8b1ce204d69f8654e960db42d298b3ed8ee Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Wed, 6 May 2015 00:50:58 +0530 Subject: [PATCH] removed unnecessary statement --- doc/examples/plot_rag_boundary.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/examples/plot_rag_boundary.py b/doc/examples/plot_rag_boundary.py index eeff1589..5324a2bd 100644 --- a/doc/examples/plot_rag_boundary.py +++ b/doc/examples/plot_rag_boundary.py @@ -17,8 +17,6 @@ labels = segmentation.slic(img, compactness=30, n_segments=400) edges = filters.sobel(gimg) edges_rgb = color.gray2rgb(edges) -mimg = segmentation.mark_boundaries(img, labels, (0,0,0)) - g = graph.rag_boundary(labels, edges) cmap = colors.ListedColormap(['#0000ff', '#ff0000'])