ImgPlus
images with a new ROITree
that contains a RealPointCollection
can't be displayed
#299
Labels
ImgPlus
images with a new ROITree
that contains a RealPointCollection
can't be displayed
#299
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:
The text was updated successfully, but these errors were encountered: