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

2 ビュー (過去 30 日間)
Vineet Gupta
Vineet Gupta 2020 年 8 月 19 日
コメント済み: Vineet Gupta 2020 年 9 月 1 日
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 件のコメント
Vineet Gupta
Vineet Gupta 2020 年 8 月 19 日
can we analyse spectrum to recognise whether original image has peridic noise or not

サインインしてコメントする。

回答 (1 件)

Pranav Verma
Pranav Verma 2020 年 8 月 26 日
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