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!