Changing cdata on image handles in GUI for plot
이전 댓글 표시
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개)
카테고리
도움말 센터 및 File Exchange에서 Region and Image Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!