display compressed image from bitstream

조회 수: 2 (최근 30일)
lou ham
lou ham 2020년 1월 6일
댓글: Walter Roberson 2020년 1월 6일
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
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 CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by