finding lenght of each branch

1 vue (au cours des 30 derniers jours)
Mohammad Golam Kibria
Mohammad Golam Kibria le 25 Juil 2011
Hi, I have a matrix as follows:
I =
1 0 0 0 0 1
1 0 0 0 1 0
0 1 0 1 0 0
0 0 1 0 0 0
0 1 0 1 0 0
1 0 0 0 1 1
I2=bwmorph(I,'branchpoints');
gives me the branchpoints. I need to find how many pixel are there in each branch. this is a sample matrix. I need a generalize one that can be used for any connected component having multiple branch points. can any body help? Thanks

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by