image-js / image-js-typescript

Temporary repository to work on the migration of image-js to TypeScript
https://image-js.github.io/image-js-typescript/
MIT License
5 stars 5 forks source link

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

Open opatiny opened 9 months ago

opatiny commented 9 months ago

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

opatiny commented 9 months ago

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: