There are 0 repository under rle-compression-algorithm topic.
The fastest Run-Length-Encoding on the Planet (for x64)
Verilog Implementation of Run Length Encoding for RGB Image Compression
Use ResNet50 deep learning model to predict defects in steel and visually localize the defect using Res-UNET model class
An AI-aided image segmentation ML-Module for Heartexlab/Label-Studio. Easy to deploy. Great to use.
Python lossless data compression library
This is a CUDA parallel implementation of an optimized Run Length Encoding compression algorithm that uses an elegant pairing function.
RLE compression algorithm using CUDA
A Utility program that can compress PGM images using Run Length Encoding Algorithm or reconstruct them without loss.
Very basic RLE and LZ compressor.
A simple gem that does run-length encoding.
Run length encoder/decoder implemented in C
Fast Run Length Encoder and Decoder
Steganography and RLE Compression with WAV Audio File
Simple RLE-decompression library for NES 6502 assembly
ASCII Art Compressor using RLE
Interactive simulation of Run-Length-Encoding 💿
The final project in my undergraduate life, a data compressor based on BWT, MTF and Huffman-coding.
Run length encoding implementation in CUDA
A very basic version of Run Length Encoding algorithm that encodes ascii data in a compressed format. It works on a text file containing an image constructed using 2 ascii characters and the RLE with encode it in a compressed format. The program can also decompress a file containing data in RLE compressed format into the exact image that was originally compressed.
The cefd (Compression Engine For Dummies) is a simple Compression app 💾 which encodes text. It's easy to understand & implement even for someone who is new to Compression.
Кодирует, сжимая строку и расшифровывает ее обратно до исходного состояния.
A C++ implementation of a function that performs Run-Length Encoding and Decoding on a 2-Dimensional char array, plus a HLS implementaion.