摘要: 基于MATLAB的传统插值法实现超分辨率重建,包含三种经典插值算法的代码实现与性能对比 一、核心算法实现 1. 最邻近插值(Nearest Neighbor) function scaled_img = nearest_neighbor(img, scale) % 读取图像并转换为双精度 img = 阅读全文
posted @ 2025-11-24 17:45 kang_ms 阅读(14) 评论(0) 推荐(0)