ERROR IN PERFORMING IWT
古いコメントを表示
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 件)
カテゴリ
ヘルプ センター および File Exchange で Modify Image Colors についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!