MATLAB: Save and loading ROIs

Image Processing Toolboximfreehandloadmoveroisave

I want to save ROIs that selected from a jpg image using imfreehand. And in other jpg image, I want load save ROIs and adjust their position separately. How can I save ROIs and read again?

Best Answer

I'd save them into a .mat file with the save() function, and recall with the load() function.
Related Question