Skip to content

Assignment for "Multimedia Systems and Virtual Reality" course of THMMY in AUTh.

License

Notifications You must be signed in to change notification settings

mpalaourg/Multimedia

Repository files navigation

Multimedia Systems and Virtual Reality Assignments, AUTh [2020]

JPEG Encoding and Decoding.

This is an experimental application developed as part of the course "Multimedia Systems and Virtual Reality" assignment, that took place in the Department of Electrical & Computer Engineering at Aristotle University of Thessaloniki in 2020.

  • Pre-processing of the image:
    • RGB ↔ YCbCr conversion.
    • Subsampling 4:4:4, 4:2:2 and 4:2:0.
  • Samples dissociation:
    • Block [8x8] DCT Transform: Spatial Domain Representation ↔ Frequency Domain Representation
  • Image compression:
    • Block [8x8] Quantization and De-Quantization.
    • Run-length calculation.
    • Huffman coding.

Status

As of the completion of the project, it will NOT be maintained. By no means should it ever be considered stable or safe to use, as it may contain incomplete parts, critical bugs and security vulnerabilities.


Support

Reach out to me:


License

License: MIT

About

Assignment for "Multimedia Systems and Virtual Reality" course of THMMY in AUTh.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages