Renamed _construct.pyx to _build_rag.pyx and some code corrections

This commit is contained in:
Vighnesh Birodkar
2014-06-19 02:50:25 +05:30
parent 53318c44df
commit 2a7ec3afd4
5 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
RAG Thresholding
================
This examples constructs a Region Adjacency Graph and merges region which are
This examples constructs a Region Adjacency Graph (RAG) and merges regions which are
similar in color. We construct a RAG and define edges as the difference in
mean color. We the join regions with similar mean color.
mean color. We then join regions with similar mean color.
"""