필터 지우기
필터 지우기

how to know whether noise in a image

조회 수: 1 (최근 30일)
Elysi Cochin
Elysi Cochin 2014년 5월 31일
편집: Elysi Cochin 2014년 6월 3일
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.....

채택된 답변

Image Analyst
Image Analyst 2014년 5월 31일
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
Elysi Cochin
Elysi Cochin 2014년 6월 2일
편집: Elysi Cochin 2014년 6월 3일
thank you sir for the explanation....

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by