Azzera filtri
Azzera filtri

How to get the intersecting coordinates of a binary image?

1 visualizzazione (ultimi 30 giorni)
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 Commenti
Rik
Rik il 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 il 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.

Accedi per commentare.

Risposta accettata

Guillaume
Guillaume il 12 Feb 2019
Modificato: Guillaume il 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.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by