https://github.com/vuanhtuan1012/multimedia-representation-and-compression
compute entropy of an image, text; encode/decode text with huffman coding, LZW, LZ77; quantizatize image, signal
https://github.com/vuanhtuan1012/multimedia-representation-and-compression
color-space entropy image-compression lossless-compression-algorithm quantization
Last synced: 24 days ago
JSON representation
compute entropy of an image, text; encode/decode text with huffman coding, LZW, LZ77; quantizatize image, signal
- Host: GitHub
- URL: https://github.com/vuanhtuan1012/multimedia-representation-and-compression
- Owner: vuanhtuan1012
- License: mit
- Created: 2017-02-17T16:27:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T22:33:14.000Z (over 8 years ago)
- Last Synced: 2025-03-11T13:50:20.382Z (8 months ago)
- Topics: color-space, entropy, image-compression, lossless-compression-algorithm, quantization
- Language: Matlab
- Homepage:
- Size: 718 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multimedia Representation and Compression
compute entropy of an image, text; encode/decode text with huffman coding, LZW, LZ77; quantizatize image, signal
## Lab 2: Information Theory
- Compute Entropy of an image
- Compute Entropy of a text
## Lab 3: Lossless Compression - Variable length coding
- Encode/Decode a text with Hufman coding
## Lab 4: Lossless Compression - Dictionary techniques
- Encode/Decode a text into LZW format
- Encode a text by using LZ77 algorithm
- Compare compression ratio between Deflate and LZW
## Lab 5: Quantization
- Functions for uniform quantization (gray/color) image, signal