Changing cdata on image handles in GUI for plot
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
In my gui, I am saving my image in a handle so that I can call it from different functions like this: handles.img = i1. Then I can imshow(i1) to show the image. However, I also want the user to be able to draw on the image using imfreehand. Sometimes I will want to change the image in the background but keep the imfreehand drawings on the figure. Is there a way to change the cdata on my handles.img so that it just changes the image in the background and keeps the imfreehand lines?
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!