LMS algorithm
조회 수: 11 (최근 30일)
이전 댓글 표시
how can we use LMS algorithm for image denoising when we have availability of only noisy image
댓글 수: 0
답변 (1개)
UJJWAL
2012년 2월 29일
Hi,
Here is a thought. Suppose the noisy image is im_noisy.jpg. Initially apply a suitable filter or denoising method to denoise it. Let the image be now im_ref.jpg Use this as the reference image and run the LMS algorithm. After a number of iterations, like when the output image becomes a close approximation of the reference image. Make the output image the reference image now and keep running the LMS algorithm till you reach a sufficiently denoised image...
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Adaptive Filters에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!