Stacking multiple 2D images to form 3D image.

조회 수: 4 (최근 30일)
ramakrishna bathini
ramakrishna bathini 2011년 1월 21일
I have 100 ct images in .ima files. I want those 100 images to form a 3D box and view it in 3D.
I am using MATLAB R2010a. Do I have to install any special toolboxes to process that 3D image?

채택된 답변

Doug Hull
Doug Hull 2011년 1월 21일
You can do all of this with core MATLAB.
Here is an example of reconstruction of a wooden dowel and visualization.
You will be using 3-d matrices
T(:,:,1) = m %Pronounced Matrix T, all rows, all columns, layer one equals m
The slice.m command will also be useful. You might be interested in sliceomatic also.
  댓글 수: 1
ramakrishna bathini
ramakrishna bathini 2011년 1월 27일
can u please explain how sliceomatic works...

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

추가 답변 (1개)

Erik
Erik 2011년 1월 21일
You could use MedicalViewer for .mat files of .dcm (dicom) files. I don't know the .ima format, but I'm sure someone knows if they can be saved as .mat or .dcm. Maybe you can manage that for yourself. The MedicalViewer (not sure if it's included in standard R2010a) can render a 3D CT image.
  댓글 수: 2
ramakrishna bathini
ramakrishna bathini 2011년 1월 21일
i used dicomread function to read those .ima file format.
ramakrishna bathini
ramakrishna bathini 2011년 1월 21일
@erik so you mean that we need to buy that MedicalViewer....if thats a yes..that should solve the problem.

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

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by