problem in denoising image by using curvelet transform
조회 수: 2 (최근 30일)
이전 댓글 표시
denoising algorithm by using Curvelet Transform:
- Compute all thresholds for cuvelets;
- Compute norm of curvelets;
- Apply curvelet transform to noisy image;
- Apply hard thresholding to the curvelet coefficients; and
- Apply inverse cuvrelet transform to the result of step 4.
I do not understand step 2. In your opinion, Is not more appropriate calculate norm of each curvelet coefficient after the transform image to curvelet. If there is a scientific reason for step 2, please explain. Maybe I just did not notice
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Denoising and Compression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!