Azzera filtri
Azzera filtri

how to know whether noise in a image

1 visualizzazione (ultimi 30 giorni)
i find histogram of 2 images... one ground truth image and the other denoised image/ decompressed image... how can i identify whether noise exists in 2 images by checking the histogram.... please do reply.....

Risposta accettata

Image Analyst
Image Analyst il 31 Mag 2014
You can't. The histogram alone does not have that information in it. As you can imagine, it's possible for two totally different images to have the same histogram and not have any pixels that are the same. Just imagine turning your image upside down. Now it's possible for every pixel in the upside down image to have a different value than the original, and so every pixel could be considered as noise, yet they have the identical histogram.
If we can add additional information, which is to assume that your images are aligned, then the noisy version might have a somewhat wider histogram. But a better way would be to subtract the images first, then take a histogram of the difference. If there is no difference it should be a big spike at zero. If there's spread then there are some differences.
  1 Commento
Elysi Cochin
Elysi Cochin il 2 Giu 2014
Modificato: Elysi Cochin il 3 Giu 2014
thank you sir for the explanation....

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by