Hello,
In order to analyze the surroundings of the nuclei of cells in my histological sections, i am trying to obtain a "rim" around the nucleus using the following procedure. Part of the procedure i am currently trying to develop implies to:
1/ segment the nuclei by applying "HK-means" block on the nuclear signal channel of confocal microscopy images of histological sections. Note that those are hyperstacks, so the output is 3D ROIs.
2/ use the "convexify" block on the list of ROIs obtained by HK-means segmentation.
3/ use "Erode ROI" block on the list of convexified ROIs.
As the Erode ROI block starts however, i get the following error:
"An error occured while plugin 'Protocols SDK' was running :
java.lang.ArrayIndexOutOfBoundsException: -17
at plugins.kernel.roi.roi2d.ROI2DArea.setPoint(ROI2DArea.java:1415)
at plugins.kernel.roi.roi3d.ROI3DArea.setPoint(ROI3DArea.java:527)
at plugins.kernel.roi.roi3d.ROI3DArea.removePoint(ROI3DArea.java:517)
at plugins.adufour.blocks.tools.roi.ErodeROI.erodeROI(ErodeROI.java:204)
at plugins.adufour.blocks.tools.roi.ErodeROI.erodeROI(ErodeROI.java:62)
at plugins.adufour.blocks.tools.roi.ErodeROI.run(ErodeROI.java:30)
at plugins.adufour.blocks.lang.BlockDescriptor.run(BlockDescriptor.java:540)
at plugins.adufour.blocks.lang.WorkFlow.run(WorkFlow.java:833)
at plugins.adufour.blocks.lang.BlockDescriptor.run(BlockDescriptor.java:540)
at java.lang.Thread.run(Thread.java:695)"
I already sent a report about this error, but i thought that creating a thread on the forum to give a context to the problem might help solving it.
Best,
Tommaso