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

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

thank u thorsten... it is really helpful._
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.
sir can you please share the code for above mentioned problem? @Image Analyst .

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Convert Image Type에 대해 자세히 알아보기

질문:

2017년 4월 10일

댓글:

2018년 5월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by