MATLAB: Callback function for IMROI

Image Processing Toolboximrectimroi

After I made several IMROI on axes of GUI, I want to handle the clicked IMROI out of several ones. For example, I want to retrieve information of clicked IMROI(area and length) or to erase clicked IMROI.
How can I do this?

Best Answer

Show some sample code that you used to generate all these rois.
Related Question