how can i add noise to the image??

回答 (2 件)

Evan
Evan 2013 年 7 月 31 日

0 投票

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

0 投票

my_noisy_image = cast(randn(size(my_image))*sigma,class(my_image)) + my_image;

カテゴリ

ヘルプ センター および File ExchangeWLAN Toolbox についてさらに検索

タグ

質問済み:

2013 年 7 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by