how to get pixel coordinates

14 vues (au cours des 30 derniers jours)
kash
kash le 14 Fév 2013
I have a image and have drawn,roipoly command,now i want to get the pixel coordinates,plz tell how to get these coordinates

Réponse acceptée

Jan
Jan le 14 Fév 2013
BW = roipoly(...);
[x,y] = find(BW);

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