display compressed image from bitstream
1 回表示 (過去 30 日間)
古いコメントを表示
hi,
i did image compression and i got the bit stream, now i want to go back and display my compressed image . Do you have any idea how to do this? can using recursive functions help me?
1 件のコメント
Walter Roberson
2020 年 1 月 6 日
It has been proven that any for or while loop can be written in terms of recursion, so potentially using recursion could help you. However you would in practice want to know whether using recursion is more readable or efficient than using looping, and the answer to that is most commonly 'No'.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Import, Export, and Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!