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.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
K Shyam Swaroop
am 16 Sep. 2015
Kommentiert: Image Analyst
am 16 Sep. 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 Kommentare
Akzeptierte Antwort
Image Analyst
am 16 Sep. 2015
It has noise. All images do.
5 Kommentare
Image Analyst
am 16 Sep. 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.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!