ERROR IN PERFORMING IWT
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I performed IWT on 3D image but i got answer as one,can u tell how to get the 3D IWT IMAGE. PLEASE,i HAVAE ATTACHED THE CODING
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)
0 Commenti
Risposta accettata
Walter Roberson
il 30 Set 2011
What is the problem with getting 1 ? 1 means that the inverse transform was successful in exactly reversing the effect of the transform.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Modify Image Colors in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!