Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 559 Bytes

File metadata and controls

18 lines (12 loc) · 559 Bytes

Huffman Encoder-Decoder

This project was developed as part of the "Analysis and Algorithm Techniques" curriculum component in the Computer Engineering Bachelor's degree program at IFPB, Campus Campina Grande.

Developed by:

Alberto da Silva Félix and Daniel Santos Silva Júnior.

Description

The application aims to compress and decompress images using the Huffman method.

Technologies

  • Python
  • OpenCV

Usage

  1. Clone the repository https://github.com/DanielSTS/Huffman-Encoder-Decoder
  2. Follow the usage instructions provided in the code.