圖像處理-FFT

im = im2double( rgb2gray( imread('3.png')));% 「im」 should be a gray-scale floating point image [imh, imw] = size(im); fftsize = 1024; % should be order of 2 (for speed) and include padding im_fft = ff
相關文章
相關標籤/搜索