how to transform images to wavwlet domain?
이전 댓글 표시
i wanted to know how to transform images to wavelet domain?
답변 (2개)
Walter Roberson
2013년 1월 23일
0 개 추천
Wayne King
2013년 1월 23일
0 개 추천
Walter has provided you with the correct link to category page for 2D analysis.
Currently, you have to decide whether you want:
1.) a decimated wavelet transform for which you can use wavedec2.m
2.) a nondecimated wavelet transform for which you can use swt2.m or ndwt2.m
3.) a wavelet packet transform for which you can use wpdec2.m
카테고리
도움말 센터 및 File Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!