Is there a reason there are only 5 supported ROI types in this package? FREEHAND, TRACED, POLYGON, RECT, and POINT are all supported, but type OVAL (which is common for cell segmentation pipelines), among a few others, raises exceptions.
I haven't looked at this too closely yet, but I assume something about the way ImageJ calculates ovals must be hard to translate to a numpy array?
Is there a reason there are only 5 supported ROI types in this package? FREEHAND, TRACED, POLYGON, RECT, and POINT are all supported, but type OVAL (which is common for cell segmentation pipelines), among a few others, raises exceptions.
I haven't looked at this too closely yet, but I assume something about the way ImageJ calculates ovals must be hard to translate to a numpy array?