diff --git a/doc/examples/segmentation/plot_boundary_merge.py b/doc/examples/segmentation/plot_boundary_merge.py index b5a1c3a2..be07d068 100644 --- a/doc/examples/segmentation/plot_boundary_merge.py +++ b/doc/examples/segmentation/plot_boundary_merge.py @@ -5,11 +5,11 @@ Hierarchical Merging of Region Boundary RAGs This example demonstrates how to perform hierarchical merging on region boundary Region Adjacency Graphs (RAGs). Region boundary RAGs can be -contructed with the :py:func:`skimage.future.graph.rag_boundary` function. +constructed 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 +For an example of how to construct region boundary based RAGs, see :any:`plot_rag_boundary`. """