Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将切片添加到一堆 MRI 图像中。我通过将每个新切片计算为直接顶部和底部切片的平均值来进行线性插值。所以在做双三次时,我是否只使用 2 个直接顶部和底部切片来估计新切片?
在双三次插值中,您必须考虑 16 个相邻像素。最好的方法是在 MATLAB 中使用 imresize 函数