mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-23 13:10:18 +08:00
Renamed _construct.pyx to _build_rag.pyx and some code corrections
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
RAG Thresholding
|
||||
================
|
||||
|
||||
This examples constructs a Region Adjacency Graph and merges region which are
|
||||
This examples constructs a Region Adjacency Graph (RAG) and merges regions 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.
|
||||
mean color. We then join regions with similar mean color.
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user