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

10 ビュー (過去 30 日間)
DINESH M
DINESH M 2017 年 4 月 10 日
コメント済み: UBAID ULLAH 2018 年 5 月 8 日
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

採用された回答

Thorsten
Thorsten 2017 年 4 月 10 日
編集済み: Thorsten 2017 年 4 月 10 日
To concatenate four 2D images of the same size along the 3rd dimension, use:
I = cat(3, I1, I2, I2, I4);
  3 件のコメント
Image Analyst
Image Analyst 2017 年 8 月 14 日
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 2018 年 5 月 8 日
sir can you please share the code for above mentioned problem? @Image Analyst .

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by