I am working on image compression,I have to perform integer tO integer wavelet transform,I have converted my rgb image into gray scale and performed IWT,can I perform IWT ON RGB image,CA ANYONE TELL PLEASE

 채택된 답변

Wayne King
Wayne King 2011년 9월 29일

0 개 추천

Hi, yes, you can using lifting.
LS = liftwave('db4','Int2Int');
X = randi(255,256,256,3);
[CA,CH,CV,CD] = lwt2(X,LS);
X1 = ilwt2(CA,CH,CV,CD,LS);
isequal(X,X1)
Wayne

댓글 수: 1

FIR
FIR 2011년 9월 30일
sir thank u ,but i get answer as 1,can u tell how to get the image after performing IWT PLEASE

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Sudha
Sudha 2014년 11월 11일

0 개 추천

Can u pls send me the code for IWT
Sudha

카테고리

도움말 센터File Exchange에서 Communications Toolbox에 대해 자세히 알아보기

태그

질문:

FIR
2011년 9월 29일

답변:

2014년 11월 11일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by