From: Ahmad Alkandri on
hi all

i'm trying to get the PSD of n image with this code :

BG_img = double(imread('BG.tiff'));
BGfft = sfft2(BG_img);
PSD = BGfft.*(conj(BGfft));

is it correct ?
 | 
Pages: 1
Prev: Matlab and VSS
Next: 3d interpolation