An open API service indexing awesome lists of open source software.

https://github.com/webintellectual/opencv-basics

This repo contains the basics of openCV which I learned. Intuitive names are given to the folders and files, so that anyone can refer to this repository.
https://github.com/webintellectual/opencv-basics

computer computer-graphics computer-science computer-vision opencv opencv-library opencv-python opencv2

Last synced: about 1 month ago
JSON representation

This repo contains the basics of openCV which I learned. Intuitive names are given to the folders and files, so that anyone can refer to this repository.

Awesome Lists containing this project

README

        

This repo contains the basics of openCV which I learned. Intuitive names are given to the folders and files, so that anyone can refer to this repository.

To install openCV:
```
pip3 install opencv-python
```