Last position of the ROI before deleting impixelregion
    2 views (last 30 days)
  
       Show older comments
    
Hi, How to keep the last position of the selected pixel region after the close of the current figure impixelregion?
I have tried :
him = impixelregion(obj.handles.ImageAxes);
uiwait(him)
him.Position
As expected, him.Position has been deleted. I can't know the last position.
Thank you in advance for your suggestions.
Gilles
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!