필터 지우기
필터 지우기

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

조회 수: 5 (최근 30일)
shimul
shimul 2013년 10월 4일
댓글: Image Analyst 2019년 11월 15일
An input image is given, I am supposed to estimate the variance of noise of that image.

채택된 답변

Image Analyst
Image Analyst 2013년 10월 4일
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
DM
DM 2019년 11월 13일
hello, image analyst. Do you know how to find the variance of multiple images?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by