TUTORIAL | Huffman Coding (Image Processing)

Publicado em: 22 Janeiro 2017
no canal de: Learn to DevOps
1,963
10

1. Find the probability of occurrence of any symbol (if not given in question).
2. If given (probabilities) or once you calculate them; arrange all symbols in descending order of probability.
3. Add two smallest probabilities and place them to the position where they best fit when arranged as per decreasing order of probability.
4. Once all smallest nodes are added and placed in position as per rule 3 and only two probabilities remains, give code 0 and 1 to each corresponding symbol.
5. Iteratively, assign 0 and 1 to all other merging symbols to generate new symbol
6. Finally compute average bit length by summation(Pi, Li) where Li is code length and Pi is corresponding probability.

if 1 or 2 symbols are given, the original total bit length will be 1;
if 3 or 4 symbols are given, the original total bit length will be 2;
if 5 to 8 symbols are given, the original total bit length will be 3;

i.e. the total bit length is represented by n computed from 2^n.


Nesta página do site você pode assistir ao vídeo on-line TUTORIAL | Huffman Coding (Image Processing) duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Learn to DevOps 22 Janeiro 2017, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 1,963 vezes e gostou 10 espectadores. Boa visualização!