Effacer les filtres
Effacer les filtres

image labeling algorithm by steve

1 vue (au cours des 30 derniers jours)
mangood UK
mangood UK le 19 Juin 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

Réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by