Borrar filtros
Borrar filtros

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 visualización (últimos 30 días)

Respuesta aceptada

Image Analyst
Image Analyst el 17 de En. de 2013
Try this:
crossings = bwmorph(binaryImage, 'branchpoints');

Más respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by