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

Add functions to merge two stacks, add an image to a stack, remove an image from a stack, ... #419

Open
opatiny opened this issue Dec 15, 2023 · 1 comment
Assignees
Labels
stacks Issues relative to the implementation of the `Stack` class

Comments

@opatiny
Copy link
Contributor

opatiny commented Dec 15, 2023

@lpatiny , do you think this kind of function would be useful? If yes, could you please give an example of application?

@opatiny opatiny added the stacks Issues relative to the implementation of the `Stack` class label Dec 15, 2023
@opatiny
Copy link
Contributor Author

opatiny commented Dec 15, 2023

We outlined the following application for stacks: the goal is to find the rois that blink in a tiff stack. We have to load the tiff, find the rois and check their intensity in each image.

Steps:

  • load tiff stack
  • compute max image
  • find Rois
  • compute mean intensity for each roi for each image of stack
  • return array of objects with ROI data, means and medians for each image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stacks Issues relative to the implementation of the `Stack` class
Projects
None yet
Development

No branches or pull requests

2 participants