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...
adding noise to image
5 次查看(过去 30 天)
显示 更早的评论
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
采纳的回答
Image Analyst
2011-11-25
编辑:Image Analyst
2022-10-20
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 个评论
Image Analyst
2011-11-25
Try to adapt RANDRAW: http://www.mathworks.com/matlabcentral/fileexchange/7309-randraw
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!