display compressed image from bitstream
조회 수: 2 (최근 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!