adding noise to image

5 views (last 30 days)
umar siyab
umar siyab on 24 Nov 2011
Edited: Image Analyst on 20 Oct 2022
how can iadd nosie to image e.g guassian nosie religh noise exponential noise unipolar ets ... can someone help me adding nose code method and also the built in fuction in matlab for different types of noise in matlb.... adding nosie to image shold b in frequency domain
  1 Comment
umar siyab
umar siyab on 25 Nov 2011
can anyone tell me about the built in function for adding noise to image like guassian reliagh exponential uniform .... if anyone know about these function please help me...

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 25 Nov 2011
Edited: Image Analyst on 20 Oct 2022
Use imnoise or random or look here if you need a type that's not supplied by one of those functions: Inverse transform sampling - Wikipedia, the free encyclopedia
Or check the attached m-file for Rayleigh sampling.
  2 Comments
umar siyab
umar siyab on 25 Nov 2011
sir i have seen the imnoise function and your lecture also... i didn't found the other noise modelling or the built in function for other type of noise i m new to matlab so if u give me hint or code erlang ,exponential ,uniform gamma noise it will be helpul to me.... thanks for your kind reply
Image Analyst
Image Analyst on 25 Nov 2011
Try to adapt RANDRAW: http://www.mathworks.com/matlabcentral/fileexchange/7309-randraw

Sign in to comment.

More Answers (0)

Categories

Find more on Signal Generation and Preprocessing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!