Skip to content

Some of the openCv projects that I will be learning from Murtaza's Workshop YouTube channel.

License

Notifications You must be signed in to change notification settings

Saugatkafley/OpenCv-projects

Repository files navigation

OpenCV-project

It is the collection of some projects that I have been learning from Murtaza's Workshop YouTube Channel.

Installation

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

Documentation

OpenCV

Python

Screenshots / Demos

Real Time Color

Color Detection

Warping of Cards Warped Cards

Warping Based on Clicks on the image Warping Based on Clicks on the image

Tracking Objects by selecting Region Of Interest (ROI)

ROI

Angle Finder

Angle Finder

Authors

Feedback

If you have any feedback, please reach out to me at saugatkafley@gmail.com

Dont forget to Star this repository if it seemed nice and felt it might help to learn basics of OpenCV !

About

Some of the openCv projects that I will be learning from Murtaza's Workshop YouTube channel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published