필터 지우기
필터 지우기

How to reslice and recall two images ?

조회 수: 4 (최근 30일)
MMSAAH
MMSAAH 2020년 5월 11일
댓글: MMSAAH 2020년 5월 11일
Hello,
I have two 3D CT images for the same patient. The first, taken at t1 time, contains 14 slices. The second, taken a t2 time, contains 12 slices.
I want to compare area of an organ. But I haven't the same number of slices for each image, neither the same field of view.
I think I should reslice and recall the two images.
Is there a simple way to do it ? such a simple algorithme or a simple tools?
Thanks in advance.

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 5월 11일
편집: Ameer Hamza 2020년 5월 11일
If possible, you can also drop the last two slices from image 1
image1(:,:,end-1:end) = [];
  댓글 수: 5
Ameer Hamza
Ameer Hamza 2020년 5월 11일
But what method do you want to use to make them have an equal number of slices? Using interpolation, or extrapolation?
MMSAAH
MMSAAH 2020년 5월 11일
I don't know. That's why I'm asking for help.
Thanks for your efforts.

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

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by