mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 05:16:40 +08:00
removed unnecessary statement
This commit is contained in:
committed by
Vighnesh Birodkar
parent
1769cdddcf
commit
3cf6c8b1ce
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user