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

 Réponse acceptée

Wayne King
Wayne King le 29 Sep 2011

0 votes

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 commentaire

FIR
FIR le 30 Sep 2011
sir thank u ,but i get answer as 1,can u tell how to get the image after performing IWT PLEASE

Connectez-vous pour commenter.

Plus de réponses (1)

Sudha
Sudha le 11 Nov 2014

0 votes

Can u pls send me the code for IWT
Sudha

Catégories

En savoir plus sur Communications Toolbox dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by