image labeling algorithm by steve

3 visualizaciones (últimos 30 días)
mangood UK
mangood UK el 19 de Jun. de 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

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by