Effacer les filtres
Effacer les filtres

how to add rician noise in image?

6 vues (au cours des 30 derniers jours)
Pratik Oak
Pratik Oak le 27 Sep 2012
Modifié(e) : DGM le 29 Déc 2023
I want to add rician noise in image as a signal so how to create signal for same? is there any equation? plz help

Réponses (2)

Image Analyst
Image Analyst le 27 Sep 2012
I was going to ask you the same thing. It's not one of the noise types built in to imnoise().
Perhaps it's the "rice" noise listed in this very comprehensive noise generator: RANDRAW
  4 commentaires
Pratik Oak
Pratik Oak le 17 Fév 2013
Déplacé(e) : DGM le 29 Déc 2023
I have equation but it is multiplicative noise. It can be added anywhere in input signal or image. So it doesn't require same size as input. MATLAB always requires to follow rules of matrix multiplication or addition.
Image Analyst
Image Analyst le 17 Fév 2013
Déplacé(e) : DGM le 29 Déc 2023
Do you have an additional question? If so, state it, otherwise, please mark it as Accepted.

Connectez-vous pour commenter.


DGM
DGM le 29 Déc 2023
Modifié(e) : DGM le 29 Déc 2023
MIMT imnoiseFB() is largely a replacement for IPT imnoise(), though it offers a few new options not offered in the original. One of those added features is an option for Rician noise. If you're curious about the implementation, open up the fle and read the corresponding block. The comments include a web link to references.
From the synopsis:
imnoiseFB(INPICT,'rice',{SIGMA})
Additive Rician noise of the specified scale parameter SIGMA (default 0.05).

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by