CAN WE PERFORM iwt on 3D image

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 ExchangeCommunications 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