Feeds
提问
i am trying to make a highpass filter manually but error appears in line 6 saying " the operation or expression "(" has no evident effect " what can i do ?
img=imread('cameraman.tif'); ftrans=fft2(img); ftrans=fftshift(ftrans); %[m,n]= size(256,256); highpassfilter=on...
7 years 前 | 1 个回答 | 0