필터 지우기
필터 지우기

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

조회 수: 6 (최근 30일)
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
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