Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Lossless Image Compression

CALIC Coding: Utilizes DPCM and CALIC prediction rules for encoding and decoding, measuring efficiency and accuracy through the average and standard deviation of absolute prediction errors and error histograms.

Huffman coding: Involves calculating pixel frequencies to build a Huffman tree for variable-length encoding, thereby compressing the image and enabling lossless reconstruction, with mean absolute error used to assess fidelity.

LZ77 Coding: Compresses and decompresses PGM images using sliding windows and decoding back, with efficiency and fidelity assessed via mean absolute error and histograms of offset and match lengths.

About

CS 4481: Image Compression

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages