Hi all !
I wanted to the use the Images_From_ROIs script to crop my images on our OMERO, but was surprised to see that this is limited to rectangles as shown here:
|
if type(shape) == omero.model.RectangleI: |
I wanted to modify it to accept all types of shapes but couldn't find anything about getting the bounding box for any other shape, did I miss something ?
Thanks for your help !
Hi all !
I wanted to the use the
Images_From_ROIsscript to crop my images on our OMERO, but was surprised to see that this is limited to rectangles as shown here:omero-scripts/omero/util_scripts/Images_From_ROIs.py
Line 146 in 88219a3
I wanted to modify it to accept all types of shapes but couldn't find anything about getting the bounding box for any other shape, did I miss something ?
Thanks for your help !