code to calculate noise using a single image

Can anyone tell me how can i calculate noise in an image when i do not have the original image(image without noise) ?

댓글 수: 1

There are a number of types of noise and more ways to attach a number to it. If you specify what you want to be done in Matlab you probably find help here.

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

답변 (1개)

Jan
Jan 2011년 7월 7일

3 개 추천

It depends on the definition of noise for your specefic problem.
If you want to detect a red traffic light, all non-red pixels are noise. If you want to control the quality of your camera-sensor at low light and take a photo of a B/W-checkerboard, all non-white and non-black pixels are noise. If you want to assess the thermal noise of a camera-sensor by taking a photo with a covered lense, all non-black pixels are noise. On a photo of the sky, all clouds can be noise, or the searched signal. If you are looking for high-frequency values, all low-frequency signals are noise - and vice-versa.
Therefore you have to define "noise" at first, before you can determine its amount. Finally you can measure the noise for each pixel, each region, each intensity, each contrast relation or as mean/max/median for the whole image.
Summary: Please explain the details.

댓글 수: 2

zohar
zohar 2011년 7월 7일
+1
how to estimate noise from a single image? do you have the code and tips?

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

질문:

2011년 7월 7일

댓글:

2018년 3월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by