I have a retina Image. How do I identify whether there is noise in the image ? The image visually seems fine.But That cannot be the case with other images.
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
K Shyam Swaroop
el 16 de Sept. de 2015
Comentada: Image Analyst
el 16 de Sept. de 2015
How to identify with MATLAB whether an image in my case retinal image has noise. And if could be identified what is the procedure to identify the noise or to categorize images Noised and noiseless.
0 comentarios
Respuesta aceptada
Image Analyst
el 16 de Sept. de 2015
It has noise. All images do.
5 comentarios
Image Analyst
el 16 de Sept. de 2015
First, it's good to try to just do what you would like to do. Then see if you run into problems because of the noise. If not, you are golden. If you do, you have to see what you can do about the issue. Perhaps you can simply run a median filter. Perhaps you need to blur the image or run a morphological closing to smooth out noise/variation in boundaries that you detect. What you do to fix the problem depends on what the problem is.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!