Restore or copy IMROI / IMFREEHAND objects?
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (2)
Matthias
le 15 Oct 2012
0 votes
3 commentaires
Sebastian
le 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
le 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
le 30 Sep 2022
@Matthias Did you find a solution? I had exactly the same question.
Tim Jackman
le 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
Catégories
En savoir plus sur ROI-Based Processing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!