image labeling algorithm by steve

i have read tutorial about image labeling by Steve
,i decide to implement this algorithm that he explained here by Steve http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/
i just need to know how to connect each runs
if i have starting index and run length of each runs
how to now that run1 connect with run2 and give lable to them
and so on ....
plase any help

回答(1 个)

What's wrong with bwlabel or bwconncomp?
doc bwlabel

2 个评论

more explain please as i want to implment by code rather than by function
the matlab help say
Run-length encode the input image.
Scan the runs, assigning preliminary labels and recording label equivalences in a local equivalence table.
Resolve the equivalence classes.
Relabel the runs based on the resolved equivalence classes.
can any give to us simple example to understand the algorithem??

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Convert Image Type 的更多信息

产品

提问:

2013-6-19

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by