Borrar filtros
Borrar filtros

x,y coordinates of edge lines in image ??

19 visualizaciones (últimos 30 días)
nayomi ranamuka
nayomi ranamuka el 14 de Jun. de 2011
Comentada: surya geddavalasa el 2 de Mzo. de 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 comentarios
nayomi ranamuka
nayomi ranamuka el 14 de Jun. de 2011
The edge of the objects in image.
surya geddavalasa
surya geddavalasa el 2 de Mzo. de 2016
please tell me how to find edge content of an gray image

Iniciar sesión para comentar.

Respuesta aceptada

David Young
David Young el 14 de Jun. de 2011
[y, x] = find(the_edge);

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by