Added explanation to example

This commit is contained in:
Vighnesh Birodkar
2014-06-17 00:17:12 +05:30
parent 47e3b6ea67
commit 602c8d8692
+11
View File
@@ -1,3 +1,14 @@
"""
================
RAG Thresholding
================
This examples constructs a Region Adjacency Graph and merges region 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.
"""
from skimage import graph
from skimage import segmentation
from skimage import data, io