how to add noise to image in frequency domain

조회 수: 2 (최근 30일)
umar siyab
umar siyab 2011년 11월 25일
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
Thijs 2011년 11월 25일
try the following:
help rand
or
help randn
  댓글 수: 2
umar siyab
umar siyab 2012년 1월 2일
i say adding noise in image
Walter Roberson
Walter Roberson 2012년 1월 2일
Generate a noise matrix, RandomNoise, and use
NoisyImage = OriginalImage + RandomNoise

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by