is it possible to find parts of image which caused peaks on fft graph of that image?
1 回表示 (過去 30 日間)
古いコメントを表示
If I have fast fourier transformed an image and plotted the graph of the fft of this image ( attatched below) is it possible to identify what parts of the image produced the peaks on the graph.
1 件のコメント
Sindar
2020 年 2 月 5 日
You'll need to run a different sort of transform. cwtft2 gives simultaneous spatial and frequency information. It is a more complex implementation of simply windowing each part of your image and separately applying fft
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Fourier Analysis and Filtering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!