Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Image value to value conversion
2 ビュー (過去 30 日間)
古いコメントを表示
How can I convert an image of value(64*64*3 double) to another value(128*128*3 double) ?
5 件のコメント
Walter Roberson
2019 年 8 月 8 日
Your wr_HH1 has to end up the same size as wm_HH1 so that you can do the idwt2() properly. You do not want to convert the 64*64*3 to 128*128*3: you want to convert the 128*128*3 to 64*64*3
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!