mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-08 11:26:12 +08:00
Description of example
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
"""
|
||||
===========
|
||||
RAG Merging
|
||||
===========
|
||||
|
||||
This example constructs a Region Adjacency Graph (RAG) and progressively merges
|
||||
regions which are similar in color. Merging two adjacent regions produces
|
||||
a new regions with all the pixels from the merged regions. Regions are merged
|
||||
till no two adjacent regions are similar enough.
|
||||
|
||||
"""
|
||||
|
||||
from skimage import graph, data, io, segmentation, color
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user