How to reslice and recall two images ?
5 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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
2020-5-11
But what method do you want to use to make them have an equal number of slices? Using interpolation, or extrapolation?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!