create a 3D image out of 2D images with red color
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I am trying to make a 3D volume out of a few 2D images from confocal microscopy.
I am using the code:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/701902/image.jpeg)
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 comentarios
Respuestas (1)
Sivani Pentapati
el 2 de Sept. de 2021
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 comentarios
Ver también
Categorías
Más información sobre 3-D Volumetric Image Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!