HOW TO CONVERT 2D IMAGE TO 3D IMAGES.

67 visualizaciones (últimos 30 días)
mohd akmal masud
mohd akmal masud el 8 de Oct. de 2021
Comentada: DGM el 8 de Oct. de 2021
Hi All,
I have 41 slice images in png format.
Anyone know how to convert it into 3D images. So that the images converted have thickness (let say 2.332).
I've tried like below but failed.
I = imread('images1.png');
Images13D = repmat(I, 1, 1, 2.332);
imwrite(Images13D ,'Images13D.png ');
anyone can help me?
  1 comentario
DGM
DGM el 8 de Oct. de 2021
You've already asked this question and the reason that this won't work has already been explained. You were given a suggestion to use meshgrid/ndgrid.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Convert Image Type 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!

Translated by