Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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!

Risposte (1)

Image Analyst
Image Analyst il 10 Apr 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:

Prodotti


Release

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by