How to convert several 2d images into a single 3d image in matlab code?

8 vues (au cours des 30 derniers jours)
DINESH M
DINESH M le 10 Avr 2017
Commenté : UBAID ULLAH le 8 Mai 2018
i am studying masters degree.. i need a matlab code for converting 2D images from different angle to a single 3D image..can anyone help me as soon as possible.. thanks in advance

Réponse acceptée

Thorsten
Thorsten le 10 Avr 2017
Modifié(e) : Thorsten le 10 Avr 2017
To concatenate four 2D images of the same size along the 3rd dimension, use:
I = cat(3, I1, I2, I2, I4);
  3 commentaires
Image Analyst
Image Analyst le 14 Août 2017
If they're taken from different angles, that may look like nonsense. You may have to do filtered back projection with the inverse radon transform. That's how it's done with CT.
UBAID ULLAH
UBAID ULLAH le 8 Mai 2018
sir can you please share the code for above mentioned problem? @Image Analyst .

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by