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.
- Host: GitHub
- URL: https://github.com/webintellectual/opencv-basics
- Owner: webintellectual
- Created: 2022-10-15T20:25:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T06:47:09.000Z (over 2 years ago)
- Last Synced: 2025-02-16T14:57:37.380Z (3 months ago)
- Topics: computer, computer-graphics, computer-science, computer-vision, opencv, opencv-library, opencv-python, opencv2
- Language: Python
- Homepage:
- Size: 21.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```