You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in desparate need to be able to select multiple ROIs in an image to assign them to separate groups. I cam across your ROI Picker tool, but so far failed installing this in a current version of ImageJ. Is there a possibility to provide a pre-compiled jar file, or could you point me at a solution? Thank you so much in advance!
Best, Mathias
The text was updated successfully, but these errors were encountered:
tools.RoiPicker is available in a standard Fiji installation, so I figured you should be able to start the ROI Picker tool by running this from the script editor (selecting e.g. Groovy in the Language menu):
importtools.RoiPickernewRoiPicker().run()
After running it, I can see the tool activated in the toolbar, however I didn't succeed in getting it do anything useful... maybe because I don't know how it should actually work.
Hello,
I am in desparate need to be able to select multiple ROIs in an image to assign them to separate groups. I cam across your ROI Picker tool, but so far failed installing this in a current version of ImageJ. Is there a possibility to provide a pre-compiled jar file, or could you point me at a solution? Thank you so much in advance!
Best, Mathias
The text was updated successfully, but these errors were encountered: