How to convert compressed bit stream into image
이전 댓글 표시
Hi, I have compressed the image and got the output in the bitstream, I am not getting how to convert it into an image. please, anyone, give me a solution.
답변 (1개)
Walter Roberson
2017년 5월 29일
0 개 추천
Decompress it.
You might have to reshape() the result, which will require that you know what size to reshape it to. If your image size is not fixed, then you will probably need to include the image size as part of the bitstream.
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!