finding lenght of each branch

1 view (last 30 days)
Mohammad Golam Kibria
Mohammad Golam Kibria on 25 Jul 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

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!