Skip to content

palffybalazs/CompressionMethods

Repository files navigation

Compression Methods project

Contains three compression method alghorithms for point cloud data, and also a point cloud to test it.

Usage

Compression options:
Run with Lz78 python main.py comp lz78
Run with Lz77 python main.py comp lz77
Run with Huffman python main.py comp huff
Run with Huffman and Lz78 python main.py comp hul8
Decompression options:
Run with Lz78 python main.py decomp lz78
Run with Lz77 python main.py decomp lz77
Run with Huffman python main.py decomp huff
Run with Huffman and Lz78 python main.py decomp hul8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages