This repository contains Python code for image processing tasks using Google Colab. The code includes operations like image denoising, unsharp masking, contour detection, and more.
To use this code, follow the steps below:
-
Open the Jupyter Notebook provided in the repository in Google Colab:
- Upload the notebook to your Google Drive.
- Open it with Google Colab.
-
Run the notebook:
- Execute each code cell in order to perform various image processing operations.
The project uses the following Python libraries:
- OpenCV
- NumPy
- scikit-image
- Matplotlib
Install the required dependencies using:
pip install opencv-python numpy scikit-image matplotlib