how to get pixel coordinates

1 visualización (últimos 30 días)
kash
kash el 14 de Feb. de 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

Respuesta aceptada

Jan
Jan el 14 de Feb. de 2013
BW = roipoly(...);
[x,y] = find(BW);

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by