ROI Picker install
Opened this issue · 1 comments
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
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):
import tools.RoiPicker
new RoiPicker().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.
Maybe @hinerm can help here?