how to add noise to image in frequency domain
2 ビュー (過去 30 日間)
古いコメントを表示
if anyone have matlab code for adding noise like guassian exponential gamma salt and pepper religh uniform plz help me.. thanks in advance
0 件のコメント
回答 (1 件)
Thijs
2011 年 11 月 25 日
try the following:
help rand
or
help randn
2 件のコメント
Walter Roberson
2012 年 1 月 2 日
Generate a noise matrix, RandomNoise, and use
NoisyImage = OriginalImage + RandomNoise
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!