You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Icy imaging
Hi,
I am using "connected components" block inside "range loop" block to extract individual ROI's based on "value" from a labelled image.
I am using an imageJ plugin called "SpotCaliper" for each of the extracted ROI in the "range loop" block
Though "call IJ" plugin works, it launches multiple instances of "SpotCaliper" as it is in the "rangeloop" and results in memory crash.
Please suggest ways of processing each ROI with imageJ plugin from a labelled image. It would be great if I can mention more than one parameter for imageJ plugin through call IJ plugin.
Thank you
Krishna Kanth
Stephane
unread,
Dec 13, 2016, 5:44:28 AM12/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Icy imaging
Hi Kristina,
Why don't you directly process the Labeled image with SpotCaliper so you get all results at same time instead of processing it with a range loop ?