Closed elevans closed 2 weeks ago
Confirmed that I can reproduce this bug, using the recipe above.
Heh, came here to write up an issue for this because I was hitting it in napari-imagej, and it looks like I'm a year+ too late!
I've got an immediate fix in #310, however maybe we could do better?
This issue has been mentioned on Image.sc Forum. There might be relevant details there:
https://forum.image.sc/t/fiji-friends-weekly-dev-update-thread/103718/12
I’m in the process of creating better Python ↔ ImageJ/ImgLib2 ROI support for PyImageJ. While working on this, I discovered that
net.imagej.ImgPlus
images that have a newnet.imagej.roi.DefaultROITree
that contains anet.imglib2.roi.geom.real.DefaultWritableRealPointCollection
ofnet.imglib2.RealPoint
points can’t be displayed. Here is a minimal example that replicates this bug:And here's the stack trace: