How to get the intersecting coordinates of a binary image?

4 views (last 30 days)
is there any method to get the coordinate points of the intersecting positions from this binary image and plot it in a graph. How can i get the intersecting coordinate points? Even though not all coordinate points, atleast some of the junctions
  2 Comments
Rik
Rik on 11 Feb 2019
There is still a lot of cleanup to do and not all roads seem to be uninterupted. What have you tried to mitigate those two points?
Jan
Jan on 12 Feb 2019
You forgot to mention, how "intersectiong positions" is exactly defined. All we see is a binary image and this term. The shown image has a very poor quality for an automatic recognition of elements. There is no way to distinguish a crossing from a bridge, the end of a street from a concealing by a comment (which got black on black during the binarisation). My advice: Either do this manually or give up. With such input, the output is more or less random.

Sign in to comment.

Accepted Answer

Guillaume
Guillaume on 12 Feb 2019
Edited: Guillaume on 12 Feb 2019
You would use the 'branchpoints' operation of bwmorph to isolate the intersections, after you've skeletonised the image with the 'skel' operation. However, as others have said, the quality of your binarised image is poor, so you should first focus on a better binarisation.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!