How to find maximum frequency of a 2D image after fourier transform?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ziwei Liu
le 6 Mar 2019
Réponse apportée : Walter Roberson
le 6 Mar 2019
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 commentaires
Réponse acceptée
Walter Roberson
le 6 Mar 2019
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!