lens-biophotonics / ZetaStitcher

ZetaStitcher is a tool designed to stitch large volumetric images such as those produced by Light-Sheet Fluorescence Microscopes.
GNU General Public License v3.0
38 stars 6 forks source link

Non rectangular images - Coordinates - Multiple channel extraction #13

Open MathieuBo opened 2 years ago

MathieuBo commented 2 years ago

Hi all,

Thanks a lot for developping such a great tool. I have three questions:

Thanks a lot for your help! Mathieu

gmazzamuto commented 2 years ago

Hi Mathieu, thanks for your interest in ZetaStitcher!

Please use the latest version 0.7.0 that I have just released. It contains some improvements in the alignment algorithm (using the difference of gaussians) and also in the RGB handling.

Let me know if you encounter any problems or if you need more help! Or if there are new issues with this latest release.. :)

Cheers, Giacomo

MathieuBo commented 2 years ago

Thanks a lot @gmazzamuto! I'll definitely look into the new version. Will it be able to handle more complex images than RGB? (I am working with 7 color images)

Regarding non-rectangular, see the example below. Right is what I meant by non-rectangular images.

Cheers, Mathieu

stitching_example

gmazzamuto commented 2 years ago

Yes it should work with multichannel images, just use the channel number (zero based) in the options related to channels

Unfortunately right now non-rectangular images are not supported, but it's something we urgently need also on our side so I am confident I will add this feature in the coming weeks. I'll let you know when it's out

MathieuBo commented 1 year ago

Hi @gmazzamuto! I was just curious to know if there were any updates on the 'non-rectangular' image stitching. Is this a feature you have implemented? Thanks!

gmazzamuto commented 1 year ago

Hi Mathieu,

sorry for the late reply but I've been busy and traveling. Unfortunately no, I haven't had the time to work on it... Would it work for you if the rectangular images were all identical to each other in size? If yes, this would make the change easier so I can try and see if I can do it

MathieuBo commented 1 year ago

Hi @gmazzamuto, No worries :) I am not sure I follow what you mean by rectangular images identical to each other in size? All invididual tiles have identical sizes, I think that filling the missing ones with empty tile for a final large rectangular image would work very well. Thanls !!