I took z stack images with a microscope. Can I read them in as z stacks and Matlab convert them to single combined image with range?
18 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Neo
am 29 Jul. 2022
Kommentiert: Image Analyst
am 1 Aug. 2022
Hello!
I have an image taken with z stacks (image taken with a confocal that measures an area at different focal lengths), I would like to do the equivalent as done in imagej with z project which is to load the z stack image and create a 2d image from the z stack image. How can I do this? Can this be done with multiple z stack images at once? The 2d composite image would have a greater depth of field (i.e. the thickness of the plane of focus) than any of the individual source images
Thank you very much!
neo
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 29 Jul. 2022
If you want a 3-D volumetric image you can do
image3d = cat(3, image1, image2, image3, image4, etc)
5 Kommentare
Image Analyst
am 1 Aug. 2022
I don't have any code for that. You'll have to check the File Exchange or somewhere else.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!