Effacer les filtres
Effacer les filtres

max radial frequency of an image

2 vues (au cours des 30 derniers jours)
parul mittal
parul mittal le 18 Oct 2016
Commenté : Image Analyst le 18 Oct 2016
@image analyst sr, i want to find the maximum radial frequency of an image. can u please help me how to get it.
Thanx

Réponses (1)

Image Analyst
Image Analyst le 18 Oct 2016
How are you defining max? The max frequency is defined by the sampling distance, though your actual image may not have frequencies that approach that. For example your max frequency may be 1/1000 but if you have a really smooth broad Gaussian in the image, your max Frequency may be only a quarter of that or less.
  2 commentaires
parul mittal
parul mittal le 18 Oct 2016
Sr I have to find the polar fourier transform of the image for that I need the values maximum radial frequency and maximum angular frequency. Kindly guide me Sr how can I get them..
Thanx
Image Analyst
Image Analyst le 18 Oct 2016
The maximum radial frequency that is capable of being recorded depends solely on how many pixels you have in the x or y direction. Whether you actually have any frequencies that high depends on your image content. It could be that anything way out there is simply noise. I don't know of any special code for polar fft. Just use regular fft. You could always create two new images from the cartesian image where you have the radius and the angle computed from each frequency component (each pixel in the cartesian FFT image).

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by