Suggest a program for finding the intersection point of two lines in a skeletonized image.The coordinates of the intersection points has to be returned.

2 views (last 30 days)

Accepted Answer

Image Analyst
Image Analyst on 17 Jan 2013
Try this:
crossings = bwmorph(binaryImage, 'branchpoints');

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!