corrected similarity

This commit is contained in:
Vighnesh Birodkar
2014-08-09 22:09:12 +05:30
parent 03d3873cc4
commit 0c185629d3
+1 -1
View File
@@ -156,7 +156,7 @@ def rag_mean_color(image, labels, connectivity=2, mode='distance',
:math:`c_1` and :math:`c_2` are the mean colors of the two regions.
It represents how similar two regions are.
sigma : float, optional
Used for computation when `mode` is "dissimilarity". It governs how
Used for computation when `mode` is "similarity". It governs how
close 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.