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