yfukai / m2stitch

MIST-inspired microscope image stitching package
Other
53 stars 11 forks source link

Realtime Stitching #432

Open alexlsa opened 1 month ago

alexlsa commented 1 month ago

Hi,

Thank you for this project.

Is it possible to stitch tiles real time ? When scanning the tissue I am saving these tiles is it possible to merge these when scanning ?

yfukai commented 1 month ago

I think the current best possible way is incrementally stitching the images for the set of images you acquired to a specific timepoint and repeating this after each acquisition. One need to write a piece of code for that though.

alexlsa commented 1 month ago

Thank you for your fast response,

I do not know underlying of m2stitch code but I can coding if you redirect me. Actually I'm currently use MIST but I need realtime stitching, you know MIST is written with Java, m2stitch is written with Python (by you) I know python so I can write some code for realtime stitching. If realtime stitching is added, that would be very nice