How do i calculate Poisson Image noise?
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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!
0 comentarios
Respuestas (2)
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.
0 comentarios
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
0 comentarios
Ver también
Categorías
Más información sobre Biomedical Imaging en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!