Cepstrum analysis in image processing
Ältere Kommentare anzeigen
I'm planning choose a random noise and than I'm going to use this random noise on my image to make blurring my image so in another way I'm going to have a new image distorted by noise.Than I will provide a smoothing process by softening the image you distort with additive noise in the spatial region.
I look into the sources in matlab but couldn't find way it is. Any suggestion?
Antworten (2)
KALYAN ACHARJYA
am 10 Jan. 2021
Bearbeitet: KALYAN ACHARJYA
am 10 Jan. 2021
0 Stimmen
Steps:
- Red the image (imread)
- Covert Gray Scale Image (rgb2gray)
- Add Noise (imnoise)
- Filter the Noisy Image (imfilter)
- Compare the filtered result with Original Image
- Analysis Based on Different Filter Performance and Noises types
Cepstrum analysis in image processing
See the following File Exchange File, it may helps
MAS
am 14 Dez. 2024
Kategorien
Mehr zu Image Category Classification finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!