Matlab多尺度边缘小波检测与重构,基于小波变换的多尺度图像边缘检测matlab源代码...
基于小波变换的多尺度图像边缘检测matlab源代码(在Matlab7.0下运行) clear all;load wbarb;I = ind2gray(X,map);imshow(I);I1 = imadjust(I,stretchlim(I),[0,1]);figure;imshow(I1);[N,M] = size(I);h = [0.125,0.375,0.375,0.125];g = [0....