Skip to content

HEXcube/DataEncoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive Coding

Python implementations of data encoding techniques for assignments of Image & Video Coding elective. Part of Cochin University Masters Degree course for 2018 scheme.

How To Setup

On Ubuntu 16.04 LTS or up:

sudo apt install python3-pip
pip3 install --user jupyterlab

jupyter lab

Adaptive Huffman Coding

View online on Google Colab

Derived from https://github.com/sh1r0/adaptive-huffman-coding

References:

Integer Arithmetic Coding

View online on Google Colab

Derived from https://github.com/gw-c/arith

License

  • Except where otherwise noted, all original content here are released under MIT license
  • Being derived from a GPLv3 source, IntegerArithmeticCoding.ipynb follows the same license