This repository contains the second activity for the Image Processing course. The objective of this activity is to apply various image processing techniques to enhance and analyze digital images.
- Python 3.x
- OpenCV
- NumPy
- Matplotlib
- Clone the repository:
git clone https://github.com/MateusjsSilva/image-processing-tools.git
- Navigate to the project directory:
cd image-processing-tools
- Install the required packages:
pip install -r requirements.txt
- Run the script to process the images:
python src/<script>.py
- Follow the instructions in the script to apply different image processing techniques.
images/
: Directory containing the input images.output/
: Directory where the processed images will be saved.requirements.txt
: List of required Python packages.
Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License. See the LICENSE file for details.