Hybrid text compression pipeline using Burrows Wheelers Transform, Huffman encoding, Run-length encoding, Lempel-Ziv-Welch compression and Delta encoding
-
Updated
May 22, 2021 - C++
Hybrid text compression pipeline using Burrows Wheelers Transform, Huffman encoding, Run-length encoding, Lempel-Ziv-Welch compression and Delta encoding
The Burrows-Wheeler Transform is a lossless compression algorithm best suited for text with repetitive data. It is used with run-length encode compression.
Multimedia Algorithms Implementation
In this project, I have used two methods to detect lesions on the skin: K-Means Clustering and Connected Components Labeling. With these techniques, I was able to identify the primary region of the skin containing pigmented skin lesions. Additionally, I incorporated Run Length Encoding, a lossless compression method, to store the image data.
Add a description, image, and links to the runlengthencoding topic page so that developers can more easily learn about it.
To associate your repository with the runlengthencoding topic, visit your repo's landing page and select "manage topics."