how to remove fog pixel noise without blurring the image
조회 수: 5 (최근 30일)
이전 댓글 표시
I want to remove white pixels formed due to fog . I tried spatial filtering and inpainting but result was not satisfactory. Can u suggest any method to remove this white pixels by preserving fine details of the image.
댓글 수: 2
답변 (1개)
Image Analyst
2021년 1월 10일
It's been done by the University of Dayton (Ohio).
Ask them how you can obtain the code.
댓글 수: 3
Image Analyst
2021년 1월 11일
Depends on how you want to do it. You can do a linear stretch with imadjust(). Or you can apply some kind of gamma function to it to amplify dark values and compress bright values.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!