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!