How do i calculate Poisson Image noise?

22 visualizaciones (últimos 30 días)
AK
AK el 29 de Jun. de 2021
Respondida: Image Analyst el 14 de Jul. de 2021
Hello,
I am loading a dataset of images, and want to modify each by a different amound of poisson noise. How do I calculate the poisson noise?
Thank you!

Respuestas (2)

Sindhu Karri
Sindhu Karri el 14 de Jul. de 2021
Hii,
You can use imnoise(I,'poisson') to add posison noise to images.This caluclates poisson noise from the data.See the Algorithm section in the below attached link for more details.

Image Analyst
Image Analyst el 14 de Jul. de 2021
You can use imnoise().
But I hope you realize that it's kind of artificial (what that function does) and you'll never see Poisson noise in any real world situation unless you're dealing with extremely low light levels - basically photon noise limited imaging like you'd get in astronomy, nuclear medicine, or fluorescence microscopy. I'm talking about like 20 or so photons per pixel. You'll never get it from your basic snapshot or video with a normal digital color camera taking images of your office or lab. What are your images from? There are other kinds of noise that might be more applicable. See

Categorías

Más información sobre Biomedical Imaging en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by