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