ERROR IN PERFORMING IWT

2 次查看(过去 30 天)
FIR
FIR 2011-9-30
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)

采纳的回答

Walter Roberson
Walter Roberson 2011-9-30
What is the problem with getting 1 ? 1 means that the inverse transform was successful in exactly reversing the effect of the transform.
  1 个评论
FIR
FIR 2011-9-30
SIR BUT HOW TO GET THAT IMAGE AFTER PERFORMING IWT ON 3DIMAGE

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by