https://github.com/behzodhalil/opencv-samples
A collection of samples about using OpenCV in Python
https://github.com/behzodhalil/opencv-samples
numpy opencv python3
Last synced: 10 months ago
JSON representation
A collection of samples about using OpenCV in Python
- Host: GitHub
- URL: https://github.com/behzodhalil/opencv-samples
- Owner: behzodhalil
- Created: 2023-03-15T12:30:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T13:36:06.000Z (over 2 years ago)
- Last Synced: 2025-01-27T06:27:15.446Z (12 months ago)
- Topics: numpy, opencv, python3
- Language: Python
- Homepage:
- Size: 10.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenCV Samples
A collection of samples about using OpenCV library
## What is the OpenCV?
OpenCV is a huge open-source library for computer vision, machine learning, and image processing. OpenCV supports a wide variety of programming languages like Python, C++, Java, etc. It can process images and videos to identify objects, faces, or even the handwriting of a human. When it is integrated with various libraries, such as Numpy which is a highly optimized library for numerical operations, then the number of weapons increases in your Arsenal i.e whatever operations one can do in Numpy can be combined with OpenCV.
### Free Drawing
### Shape Drawing


