Find the graph from binary image
1 view (last 30 days)
Show older comments
Hi all,i have binary image as below
![branch.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/232781/branch.jpeg)
i found the branching points using this code
[I,J]= find( bwmorph(BW,'branchpoints') );
i need to find the graph below automatically? is there any way to find it?
![aa2.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/232782/aa2.jpeg)
1 Comment
navanit dubey
on 23 Oct 2020
how did you marked the branching points in image
i mean I want to know how should I show it in matlab?
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!