How to know that periodic noise is present in an image or not.

2 visualizaciones (últimos 30 días)
Vineet Gupta
Vineet Gupta el 19 de Ag. de 2020
Comentada: Vineet Gupta el 1 de Sept. de 2020
Given a set of images that initally do not have periodic noise. Now from whole set we select some random images and introduce some periodic noise to them.
Now i have the whole set from which some images have periodic noises. And i have to write a code to recognise which images have been modified or which images have periodic noise.
Here i do not have the periodic noise which is inserted, i only have a set of images which include modified as well as originall images and now i have to tell which images are modified.
  1 comentario
Vineet Gupta
Vineet Gupta el 19 de Ag. de 2020
can we analyse spectrum to recognise whether original image has peridic noise or not

Iniciar sesión para comentar.

Respuestas (1)

Pranav Verma
Pranav Verma el 26 de Ag. de 2020
Hi Vineet,
As pointed by you in the comments, you can try analysing the spectrum of the image for periodic noise. You can try FFT for this purpose. Please find below the documentation for the FFT in MATLAB:
For further information on how to check the periodicity of a signal in MATLAB, please refer to the below link:

Community Treasure Hunt

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

Start Hunting!

Translated by