Image processing to reduce random noise
이전 댓글 표시
Similar to denoising on 1D data, random noise removal on images can be achieve by computing the running average in 2D. Write a 2D smoothing filter function with loops to compute the running average. The width and height of the 2D smoothing window should be designed as adjustable parameters.
Dear all, I am not quite sure how to start with this as I only know how to denoise 1D data.
댓글 수: 1
KSSV
2018년 9월 24일
In the same way you can extend your 1D to 2D.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Category Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!