World's most popular travel blog for travel bloggers.

Is there any theoretically proven optimal compression algorithm?

, , No Comments
Problem Detail: 

Is Huffman coding always optimal since it uses Shanon's ideas? What about text, image, video, ... compression?

Is this subject still active in the field? What classical or modern references should I read?

Asked By : Zeta.Investigator

Answered By : Arani

Huffman coding is optimal for a symbol-to-symbol coding where the probabilities of every symbol are independent and known before-hand. However, when these conditions are not satisfied (as in image, video), other coding techniques such as LZW, JPEG, etc. are used. For more details, you can go through the book "Introduction to Data Compression" by Khalid Sayood.

Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/3316

0 comments:

Post a Comment

Let us know your responses and feedback