how to get pixel coordinates

I have a image and have drawn,roipoly command,now i want to get the pixel coordinates,plz tell how to get these coordinates

 採用された回答

Jan
Jan 2013 年 2 月 14 日

0 投票

BW = roipoly(...);
[x,y] = find(BW);

その他の回答 (0 件)

タグ

質問済み:

2013 年 2 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by