Restore or copy IMROI / IMFREEHAND objects?
Show older comments
Hello!
I have a question regarding IMFREEHAND:
I need to create similar ROIs in several similar images and therefore would like to be able to save the ROI objects and reload them onto new figure objects. The ROIs must remain editable after copying because their exact position might have to be readjusted. However, whenever I close the figure in which the ROIs were created, the IMROI objects are automatically deleted.
Is there a way to achieve what I want?
With IMRECT, you can specify an initial size and position for the ROI and use this feature to save and load ROIs, but this does not seem to be possible with IMFREEHAND.
Thanks, Matthias
Accepted Answer
More Answers (2)
Matthias
on 15 Oct 2012
0 votes
3 Comments
Sebastian
on 15 Nov 2012
Hello Matthias, I have the same problem with IMFREEHAND and I don't find any solution. So I'm very interested in your solution if you have one, did you?
Image Analyst
on 16 Nov 2012
Yes. See the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.28s.29.3F So just save the roi's and recall them later when needed.
Xingwang Yong
on 30 Sep 2022
@Matthias Did you find a solution? I had exactly the same question.
Tim Jackman
on 27 Sep 2018
0 votes
The new drawfreehand ROI supports save/load. You can save the entire figure and reload it, or you can save the ROI into a mat file and reload the ROI later.
When reloading the ROI, you need to set the Parent property of the ROI to the new axes.
https://www.mathworks.com/help/images/ref/drawfreehand.html
Categories
Find more on ROI-Based Processing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!