MATLAB: HOW TO ADD NOISE TO AN AVI FILE

adding noise to video

how to add a noise such as speckle , salt and pepper noises to an AVI FILE (or any video as mp4 etc) if then please send me code for this matlab program…

Best Answer

You can read the video frame by frame with a System object and use imnoise to add the noise.
This assumes that you have the Image Processing Toolbox and the DSP System Toolbox or Computer Vision Toolbox.