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!