Arithmetic Coding and Decoding for image compression

조회 수: 18 (최근 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 CenterFile Exchange에서 Denoising and Compression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by