rebase and docstring changes

This commit is contained in:
Vighnesh Birodkar
2015-01-27 21:33:21 +05:30
parent 9a192bf1cb
commit a080aa724a
2 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ RAG Merging
===========
This example constructs a Region Adjacency Graph (RAG) and progressively merges
regions which are similar in color. Merging two adjacent regions produces
regions that are similar in color. Merging two adjacent regions produces
a new regions with all the pixels from the merged regions. Regions are merged
till no two adjacent regions are similar enough.
until no highly similar regions remain.
"""