doc example

This commit is contained in:
Vighnesh Birodkar
2016-01-06 15:42:10 -05:00
parent 422dfc6c22
commit a5f6db59cb
+1 -1
View File
@@ -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)
"""