interpolation between 2 images
5 次查看(过去 30 天)
显示 更早的评论
hi everyone i have 2 grayscle images of ct scan how can i priduce an image between these 2 images by spline,nearest or linear methods?
3 个评论
naveen venugopal
2017-7-22
hi Tala, I am working on the same problem. Did you check the possibilities of imwrap() can you share your experience?
采纳的回答
Image Analyst
2016-11-25
Like Adam says, you can just take the average of the two. This will average intensities but it does not move structures laterally/spatially like a morphing/warping would. To do that you'd need to identify landmarks in the initial and final image and then use imwarp() or something to warp the image.
0 个评论
更多回答(0 个)
另请参阅
类别
在 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!