Define Impulse noise. Whats the difference between speckle noise and gaussian noise

 Accepted Answer

Wayne King
Wayne King on 3 Apr 2012

1 vote

Speckle noise is a multiplicative noise, where the images is multiplied element by element by a matrix of uniformly distributed (not Gaussian) noise with 0 mean and some variance.
Gaussian noise (which has a different distribution than speckle noise) is usually used as additive noise, i.e. the noise matrix is added to the image matrix.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!