x,y coordinates of edge lines in image ??
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
nayomi ranamuka
am 14 Jun. 2011
Kommentiert: surya geddavalasa
am 2 Mär. 2016
Dear all,
I've got edge of image as follows.
I=imread('edge.png');
I=rgb2gray(I);
the_edge = edge(I);
Now I need to get the x,y coordinates of edge lines in image.Can anybody suggest an idea ?
3 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!