I'm using ImageMagick 6.6.1.
I need to add(!!!) shot noise (modelled as poisson distribution with parameter lambda) to an image so I call
Code: Select all
convert -size 100x100 xc: +noise Poisson noise.png
But what 'lambda' does this poisson noise have? And how to change it?
Same question to gaussian noise, how do I provide sigma and std dev?
Sorry, but the -evaluate option which is cross-referenced in -/+noise option in the docs is not clear to me.
Thanks!!