It is the collection of some projects that I have been learning from Murtaza's Workshop YouTube Channel.
To clone this project run
git clone https://github.com/Saugatkafley/OpenCv-projects.git
To create a virtual env
python3 -m venv venv
To activate the virtual env on Linux machines
$source venv/bin/activate
On powershell
venv\Scripts\activate.ps1
Install the required dependencies from the requirements.txt
pip install -r requirements.txt
Real Time Color
Warping Based on Clicks on the image
Tracking Objects by selecting Region Of Interest (ROI)
Angle Finder
If you have any feedback, please reach out to me at [email protected]
Dont forget to Star this repository if it seemed nice and felt it might help to learn basics of OpenCV !