image labeling algorithm by steve

3 views (last 30 days)
mangood UK
mangood UK on 19 Jun 2013
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

Answers (1)

Sean de Wolski
Sean de Wolski on 19 Jun 2013
What's wrong with bwlabel or bwconncomp?
doc bwlabel
  2 Comments
mangood UK
mangood UK on 19 Jun 2013
more explain please as i want to implment by code rather than by function
mangood UK
mangood UK on 19 Jun 2013
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??

Sign in to comment.

Categories

Find more on Convert Image Type in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!