You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using datalab V0.9.2. I would like to add/modify/delete ROIs to an image already loaded with a macro.
There is no example with ROIs in the tutorials.
I know how to acces the ROIs of my image:
image = proxy.get_object(2)
data = np.array (image.data, copy=True)
and the ROIs are in image.roi.
I have tried :
proxy.add_object(image)
It saves the image with a new number, but without the ROIs.