This project uses OpenCV, NumPy, and Matplotlib to perform basic image processing tasks such as loading an image, preprocessing it, extracting edges, detecting contours, and visualizing the results.
- Python 3.x
- OpenCV
- NumPy
- Matplotlib
You can install the required libraries using pip:
pip install opencv-python numpy matplotlib