diff --git a/doc/examples/plot_rag_meancolor.py b/doc/examples/plot_rag_meancolor.py index aee341f4..988572b5 100644 --- a/doc/examples/plot_rag_meancolor.py +++ b/doc/examples/plot_rag_meancolor.py @@ -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