Prev: Stop plot from command line overwriting existing plot in a gui
Next: saving data to master excel spreadsheet
From: mistik on 26 May 2010 10:48 Hello, I have problem with adding noise types to images in matlab can u please help about these noise types types : Uniform, Gaussian, Salt & Pepper, Rayleigh, Exponential and Erlang Noise thanks
From: ImageAnalyst on 26 May 2010 15:18 Some of them are options of imnoise. The others you should be able to write yourself, knowing the equation for them. What is your problem? Do you not know how to program in MATLAB? Do you not know what some of those noises are? (Bing and Google can help with that.)
From: Walter Roberson on 26 May 2010 15:26
mistik wrote: > I have problem with adding noise types to images in matlab can u please help about these noise types > types : Uniform, Gaussian, Salt & Pepper, Rayleigh, Exponential and Erlang Noise What definitions have you found for these noise types, and what code have you come up with so far to implement each of them? What is your specific Matlab question? At the moment, your question reads as if you want someone else that knows these noise types to implement them and give you the code, without you having to learn what the various noise types mean. |