Borrar filtros
Borrar filtros

How can I estimate the variance of noise of an given image?

5 visualizaciones (últimos 30 días)
shimul
shimul el 4 de Oct. de 2013
Comentada: Image Analyst el 15 de Nov. de 2019
An input image is given, I am supposed to estimate the variance of noise of that image.

Respuesta aceptada

Image Analyst
Image Analyst el 4 de Oct. de 2013
Try running various filters on your image until you think you've achieved a noise free image. Then subtract it from the noisy image and pass the result in to var(). Make sure you cast your images to double because a subtraction of uint8 pixel values will clip at 0 and not give you the negative values that you need.
  7 comentarios
DM
DM el 13 de Nov. de 2019
hello, image analyst. Do you know how to find the variance of multiple images?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by