How to get point set of the starting point to ending point?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all, I have image and do canny for edge detection. So, how can I get points set from specific starting point to end point?

0 comentarios
Respuestas (1)
Walter Roberson
el 15 de En. de 2018
improfile() for the general case. In the case where the points are horizontal or vertical from each other, you could just plain indexing.
0 comentarios
Ver también
Categorías
Más información sobre Image Segmentation and Analysis 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!