How can I convert a multiplicative speckle noise into additive noise without using log operator in MATLAB?
조회 수: 2 (최근 30일)
이전 댓글 표시
I am working on SAR image despeckling. The mean of log transformed noise does not equal to zero and thus requires correction to avoid extra distortion in the restored image. Can I do it without taking log operator?
댓글 수: 0
답변 (1개)
Image Analyst
2017년 9월 15일
If the mean of the actual data is 1, then the mean of the log of that data would probably be pretty close to 0. So can't you just divide your data by the mean of the data?
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!