Effacer les filtres
Effacer les filtres

How to calculate whether two sets of images differ in spatial frequency?

1 vue (au cours des 30 derniers jours)
Neuro
Neuro le 10 Avr 2023
Modifié(e) : Neuro le 10 Avr 2023
Hi. I have two sets of 10 images. They are all greyscale and have the same dimensions. I need to measure their spatial frequency and test whether these two sets differ statistically in spatial frequency. Could someone please help me with a short script that can do this? Thanks so much in advance!

Réponses (1)

Image Analyst
Image Analyst le 10 Avr 2023
I don't have a script but what I'd do is for each set, compute the fft2 of each image. Then add up all the FFT's of all the images in each set. Now you have 2 FFT images. Of course they will be different - they won't match up at every frequency. So it's up to you to decide how different, and in what way they are different.
See the FAQ for how to process a sequence of images:

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by