Azzera filtri
Azzera filtri

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.

1 visualizzazione (ultimi 30 giorni)

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by