HOW TO CONVERT 2D IMAGE TO 3D IMAGES.

조회 수: 55 (최근 30일)
mohd akmal masud
mohd akmal masud 2021년 10월 8일
댓글: DGM 2021년 10월 8일
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
DGM
DGM 2021년 10월 8일
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.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by