Closed
Description
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.
Could you help ?
charlesreve