removed unnecessary statement

This commit is contained in:
Vighnesh Birodkar
2015-05-06 00:50:58 +05:30
committed by Vighnesh Birodkar
parent 1769cdddcf
commit 3cf6c8b1ce
-2
View File
@@ -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'])