This repository contains Computer Vision Projects with OpenCV and Python 3.
Title | Description |
---|---|
Virtual Paint | A Virtual Paint application which allows you to draw on your live webcam feed. |
Document Scanner | A document scanner featuring automatic corner detection and applies the perspective transformation to get a top-down view of the document. |
- OpenCV (https://docs.opencv.org/master/)
- NumPy (https://numpy.org/)
Set up a virtual environment and install the dependencies:
pip install -r requirements.txt
This project is licensed under the terms of the GLP-3.0 license