フィルターのクリア

how can i add noise to the image??

1 回表示 (過去 30 日間)
Ashitha
Ashitha 2013 年 7 月 31 日
in matlab how can i add guassian noise to an image

回答 (2 件)

Evan
Evan 2013 年 7 月 31 日
Do you have the image processing toolbox? If so, you might find imnoise useful.

Iain
Iain 2013 年 7 月 31 日
my_noisy_image = cast(randn(size(my_image))*sigma,class(my_image)) + my_image;

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by