Filter löschen
Filter löschen

Branching points in a VORONOI DIAGRAM

2 Ansichten (letzte 30 Tage)
navanit dubey
navanit dubey am 22 Okt. 2020
Bearbeitet: navanit dubey am 24 Okt. 2020
I want to make a branching points(red dots) in the given binary image which will be determined as image pixels which are connected to atleast three segment of the given voronoi .
diagram. I want to make a shortest path from the branching points(red dots ) to the start and stop points (white dots).

Akzeptierte Antwort

Image Analyst
Image Analyst am 24 Okt. 2020
There is a shortestpath() function.
Also see Steve's blog if you want to work on the image itself
  1 Kommentar
navanit dubey
navanit dubey am 24 Okt. 2020
Bearbeitet: navanit dubey am 24 Okt. 2020
Thank you so much for the reply sir. Sir is there any function to know this branching points, I used this command
[I,J]= find( bwmorph(HW,'branchpoints') )
it gave me I points but how should I show it up i.e, the red dots I had made in the matlab.
i need to use this branching points

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Voronoi Diagram finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by