Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.04 KB

Computer vision project

Welcome to the computer vision project that uses OpenCV to detect Images. I have worked on this project to take a glimpse of how Computer vision is used in industry. This project uses Python with trained data from OpenCV to operate.

Screenshot-263

How its works

Its works on using trained data of Opencv and using it to check wheater the image is matching with trained data or not.

Necessary things

We are going to use pip to install Opencv so make sure you are having pip in your system.

For checking and updating pip you can use pip install --upgrade pip
Now you can install the Opencv Liabrary pip install opencv-python

As you have istalled now you just have to go through code and that's it.

Well here I am linking the actual repository of Opencv https://github.com/opencv/opencv

And yes all the things are mentioned in the comment of code!