compute entropy of an image, text; encode/decode text with huffman coding, LZW, LZ77; quantizatize image, signal
- Compute Entropy of an image
- Compute Entropy of a text
- Encode/Decode a text with Hufman coding
- Encode/Decode a text into LZW format
- Encode a text by using LZ77 algorithm
- Compare compression ratio between Deflate and LZW
- Functions for uniform quantization (gray/color) image, signal