Proble with imnoise function

3 ビュー (過去 30 日間)
João Mendes
João Mendes 2021 年 4 月 21 日
編集済み: DGM 2021 年 4 月 21 日
Hi to all,
Does anyone some the "formula" that is used to add gaussian white noise to the image?
Thanks in advance,
J

回答 (1 件)

DGM
DGM 2021 年 4 月 21 日
編集済み: DGM 2021 年 4 月 21 日
Look in $MLROOT/toolbox/images/images/+images/+internal/algimnoise.m
or from the MIMT implementation (not yet published):
case 'gaussian'
outpict=inpict + gaumean + sqrt(gauvar)*randn(s0);
Where gaumean is the noise mean, gauvar is the noise variance, and s0 is the image size.

Community Treasure Hunt

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

Start Hunting!

Translated by