create a 3D image out of 2D images with red color
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I am trying to make a 3D volume out of a few 2D images from confocal microscopy.
I am using the code:

This code turns the red color of the original images into gray. How can I fix it to keep the color of the original images? I have basic information on how to work with matlab so I would be grateful if you could help me how I should modify this code.
Thanks.
0 个评论
回答(1 个)
Sivani Pentapati
2021-9-2
From my understanding, you want to create coloured 3D volume from 2D images. This can be done using volshow function, by setting the "Colormap" property of the volume to the required value.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 3-D Volumetric Image Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!