摘要: 1. 参数设置 % 图像参数 imageSize = [256, 256]; % 图像大小 patchSize = [8, 8]; % 图像块大小 stepSize = 4; % 步长 % 压缩感知参数 numAtoms = 256; % 字典中原子数量 numIterations = 10; % 阅读全文
posted @ 2025-11-18 16:47 w199899899 阅读(3) 评论(0) 推荐(0)