x,y coordinates of edge lines in image ??

5 vues (au cours des 30 derniers jours)
nayomi ranamuka
nayomi ranamuka le 14 Juin 2011
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 commentaires
nayomi ranamuka
nayomi ranamuka le 14 Juin 2011
The edge of the objects in image.
surya geddavalasa
surya geddavalasa le 2 Mar 2016
please tell me how to find edge content of an gray image

Connectez-vous pour commenter.

Réponse acceptée

David Young
David Young le 14 Juin 2011
[y, x] = find(the_edge);
  1 commentaire
nayomi ranamuka
nayomi ranamuka le 14 Juin 2011
It's very useful. Thank you.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by