image labeling algorithm by steve

2 ビュー (過去 30 日間)
mangood UK
mangood UK 2013 年 6 月 19 日
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 件)

Sean de Wolski
Sean de Wolski 2013 年 6 月 19 日
What's wrong with bwlabel or bwconncomp?
doc bwlabel
  2 件のコメント
mangood UK
mangood UK 2013 年 6 月 19 日
more explain please as i want to implment by code rather than by function
mangood UK
mangood UK 2013 年 6 月 19 日
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??

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by