说明: Matlab小波图像处理+完整程序(以下为部分程序:clc; clear; % 装载图像 load woman; % X包含载入的图像 % 绘制原始图像 figure(1); subplot(2,2,1); image(X); colormap(map); title('原始图像'); % 使用sym5对X进行尺度为2的分解 [c,s] = wavedec2(X,1,'sym5'); % 从小波分解结构[c,s]进行尺度为1和2时的低频重构 a1 = wrcoef2('a',c,s,'sym5
<iopiop007> 在 上传 | 大小:59392