Effacer les filtres
Effacer les filtres

how to know whether noise in a image

1 vue (au cours des 30 derniers jours)
Elysi Cochin
Elysi Cochin le 31 Mai 2014
Modifié(e) : Elysi Cochin le 3 Juin 2014
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.....

Réponse acceptée

Image Analyst
Image Analyst le 31 Mai 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 commentaire
Elysi Cochin
Elysi Cochin le 2 Juin 2014
Modifié(e) : Elysi Cochin le 3 Juin 2014
thank you sir for the explanation....

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by