Changing cdata on image handles in GUI for plot
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!