delete drawn shape from image
Mostrar comentarios más antiguos
hi,
I have drawn several ellipses using imellipse instruction on an image in a figure. when i choose one of those ellipses and wanna delete it using 'delete' key, it doesn't work. how can i do it? tnx
Respuesta aceptada
Más respuestas (1)
Sean de Wolski
el 2 de Jun. de 2011
H = imellipse(...);
delete(H);
1 comentario
mary
el 2 de Jun. de 2011
Categorías
Más información sobre Read, Write, and Modify Image en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!