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

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

Awesome Lists containing this project

README

          

OpenCV Samples


A collection of samples about using OpenCV library



Logo

## 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


Free Drawing

### Shape Drawing


Shape Drawing