use map_array instead of modifying graph

This commit is contained in:
Vighnesh Birodkar
2014-08-05 23:33:23 +05:30
parent 62f0909776
commit 6cc0cf4a88
2 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ def rag_mean_color(image, labels, connectivity=2, mode='dissimilarity',
It represents how similar two regions are.
sigma : float, optional
Used for computation when `mode='dissimilarity'`. It governs how close
to each other, two colors should be, for their corresponding edge
to each other two colors should be, for their corresponding edge
weight to be significant. A very large value of `sigma` could make
any two colors behave as though they were similar.