필터 지우기
필터 지우기

adding gaussian noise to an image

조회 수: 2 (최근 30일)
Anusha
Anusha 2012년 10월 2일
how can i add gaussian noise to an image without using built in function imnoise....please help..

답변 (1개)

Wayne King
Wayne King 2012년 10월 2일
You can use randn()
X = ones(256,256)+randn(256,256);
You have to consider the datatype of your image though to make it useful.

Community Treasure Hunt

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

Start Hunting!

Translated by