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.

Antworten (1)

Walter Roberson
Walter Roberson am 29 Mai 2017

0 Stimmen

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.

Kategorien

Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 29 Mai 2017

Beantwortet:

am 29 Mai 2017

Community Treasure Hunt

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

Start Hunting!

Translated by