fiji / Stitching

Fiji's Stitching plugins reconstruct big images from tiled input images.
http://imagej.net/Stitching
GNU General Public License v2.0
96 stars 64 forks source link

ROI Picker install #65

Open MathiasBeller opened 2 years ago

MathiasBeller commented 2 years ago

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

imagejan commented 2 years ago

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?