fourier transform

5 ビュー (過去 30 日間)
ganesh s
ganesh s 2011 年 9 月 6 日
how to find the Fourier transform of color or gray image,& how to extract the feature of the color or gray image by using Fourier transforms.

採用された回答

David Young
David Young 2011 年 9 月 6 日
To compute the discrete Fourier transform of a grayscale image, just use fft2.
To find the DFT of a colour image, please see the answer to your previous question. If that answer did not help, perhaps you could explain why not.
Why do you want to use Fourier transforms to find features? There are more direct methods, but maybe you want to use the FFT to speed up convolutional pattern matching. If that's the case, program the feature finding using conv2 first, then when it works OK you could substitute this FEX contribution to exploit the FFT.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDiscrete Fourier and Cosine Transforms についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by