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

Input GUI v2: input image handling #30

Open
chalkie666 opened this issue Aug 8, 2015 · 2 comments
Open

Input GUI v2: input image handling #30

chalkie666 opened this issue Aug 8, 2015 · 2 comments

Comments

@chalkie666
Copy link
Collaborator

This list is just a start - this issue can hold a discussion about what the future looks like for a fully imageJ2 implementation of the Coloc_2 Input user input interface "Input GUI v2" and what it should be able to do.

  1. allow selection of images that are already opened by imageJ2 via eg bioformats or scifio an in memory as imglib2 objects
  2. allow selection of image files on disk with out necessarily displaying them (perhaps displaying them anyway not a big problem). Drag and drop support?
  3. Allow 2 data channel selection from a multi channel image
  4. Allow a mask image channel selection from a different image file or the same image file as the 2 image data channels.
  5. Set optional analysis methods/displays on or off.
@chalkie666
Copy link
Collaborator Author

one benefit here is to get rid of IJ1 -> IJ2/imglib2 data object conversion complexity and problems,
another is to remove uses of IJ.anything an replace with the imageJ2 equivalent, for eg selecting open images, writing to the log or to status messages in the IJ2 tool bar etc.

@chalkie666
Copy link
Collaborator Author

  1. Deal with time series data by processing each time point separately (perhaps in a different thread), then collating the results into a single time series compatible results handler (perhaps with a summary/plot over time)

@etadobson etadobson added this to the m2 milestone Oct 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants