フィルターのクリア

x,y coordinates of edge lines in image ??

7 ビュー (過去 30 日間)
nayomi ranamuka
nayomi ranamuka 2011 年 6 月 14 日
コメント済み: surya geddavalasa 2016 年 3 月 2 日
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 件のコメント
nayomi ranamuka
nayomi ranamuka 2011 年 6 月 14 日
The edge of the objects in image.
surya geddavalasa
surya geddavalasa 2016 年 3 月 2 日
please tell me how to find edge content of an gray image

サインインしてコメントする。

採用された回答

David Young
David Young 2011 年 6 月 14 日
[y, x] = find(the_edge);
  1 件のコメント
nayomi ranamuka
nayomi ranamuka 2011 年 6 月 14 日
It's very useful. Thank you.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by