Borrar filtros
Borrar filtros

how to know whether noise in a image

1 visualización (últimos 30 días)
Elysi Cochin
Elysi Cochin el 31 de Mayo de 2014
Editada: Elysi Cochin el 3 de Jun. de 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.....

Respuesta aceptada

Image Analyst
Image Analyst el 31 de Mayo de 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 comentario
Elysi Cochin
Elysi Cochin el 2 de Jun. de 2014
Editada: Elysi Cochin el 3 de Jun. de 2014
thank you sir for the explanation....

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by