time that image compression lasts
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I designed an image compression program in matlab, I used 256x256 grayscale lena, the DCT, the quantification the Run Length Encoding and the huffman coding.
the program takes about 5s to give the bitstream but the reconstruction of the compressed image lasts 25s
is it normal?
1 Commento
Walter Roberson
il 29 Ott 2019
It is unusual. Normally compression takes more time than decompression.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Denoising and Compression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!