Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Neuro
Neuro el 10 de Abr. de 2023
Editada: Neuro el 10 de Abr. de 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!

Respuestas (1)

Image Analyst
Image Analyst el 10 de Abr. de 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:

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by