フィルターのクリア

How to find maximum frequency of a 2D image after fourier transform?

6 ビュー (過去 30 日間)
Ziwei Liu
Ziwei Liu 2019 年 3 月 6 日
回答済み: Walter Roberson 2019 年 3 月 6 日
Hi,
I have a 2D grayscale image I, and I've done fourier transform using fft, with center shifted (fftshift). I want to find the maximum frequency of the image. Are there any way to do this?
  2 件のコメント
KSSV
KSSV 2019 年 3 月 6 日
Read about max
Ziwei Liu
Ziwei Liu 2019 年 3 月 6 日
I'm trying to find the max frequency, not the one with max magnitude

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2019 年 3 月 6 日
maximum frequency is max(size(TheImage))/2
In theory the coefficient associated with that frequency could be 0, but it is unlikely to be 0.

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by