Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROI Picker install #65

Open
MathiasBeller opened this issue Mar 16, 2022 · 1 comment
Open

ROI Picker install #65

MathiasBeller opened this issue Mar 16, 2022 · 1 comment

Comments

@MathiasBeller
Copy link

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants