display compressed image from bitstream

1 visualización (últimos 30 días)
lou ham
lou ham el 6 de En. de 2020
Comentada: Walter Roberson el 6 de En. de 2020
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 comentario
Walter Roberson
Walter Roberson el 6 de En. de 2020
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'.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Import, Export, and Conversion en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by