필터 지우기
필터 지우기

how can i add noise to the image??

조회 수: 1 (최근 30일)
Ashitha
Ashitha 2013년 7월 31일
in matlab how can i add guassian noise to an image

답변 (2개)

Evan
Evan 2013년 7월 31일
Do you have the image processing toolbox? If so, you might find imnoise useful.

Iain
Iain 2013년 7월 31일
my_noisy_image = cast(randn(size(my_image))*sigma,class(my_image)) + my_image;

태그

Community Treasure Hunt

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

Start Hunting!

Translated by