time that image compression lasts
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2019 年 10 月 29 日
It is unusual. Normally compression takes more time than decompression.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Denoising and Compression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!