Improved region boundary RAG docs

This commit is contained in:
Vighnesh Birodkar
2016-05-23 10:39:06 -04:00
parent b14fe94755
commit bc11ca8a24
2 changed files with 15 additions and 2 deletions
@@ -3,7 +3,15 @@
Hierarchical Merging of Region Boundary RAGs
============================================
TODO: Description
This examples demonstrates how to perform hierarchical merging on region
boundary Region Adjacency Grapghs (RAGs). Region boundary RAGs can be
contructed with the :py:func:`skimage.future.graph.rag_boundary` function.
The regions with the lowest edge weights are successively merged until there
is no edge with weight less than ``thresh``. The hierarchical merging is done
through the :py:func:`skimage.future.graph.merge_hierarchical` function.
For an example of how to contruct region boundary based RAGs, see
:any:`plot_rag_boundary`
"""
from skimage import data, segmentation, filters, color