Arithmetic Coding and Decoding for image compression

5 ビュー (過去 30 日間)
krutika kotkar
krutika kotkar 2017 年 4 月 11 日
回答済み: Stephen Jue 2017 年 4 月 14 日
My final year project is DCT,Fractal and huffman coding combination for image compression. i have to perform some analysis using arithmetic coding instead of huffman. can any one please help me with the code or some kind of help?

回答 (1 件)

Stephen Jue
Stephen Jue 2017 年 4 月 14 日
If you have the Communications System Toolbox, the "arithenco" and "arithdeco" functions support arithmetic coding and decoding, respectively. For more information, see this example: Arithmetic Coding
There is also an implementation of this algorithm on the File Exchange: Arithmetic Encoding & Decoding
Note that since your data is likely a 2D image, you may have to modify the algorithm for your use case.

カテゴリ

Help Center および File ExchangeDenoising and Compression についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by