how to get pixel coordinates

1 次查看(过去 30 天)
kash
kash 2013-2-14
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
BW = roipoly(...);
[x,y] = find(BW);

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by