https://github.com/i1d9/py-opencv
Computer Vision with Python
https://github.com/i1d9/py-opencv
computer-vision opencv-python python
Last synced: about 1 month ago
JSON representation
Computer Vision with Python
- Host: GitHub
- URL: https://github.com/i1d9/py-opencv
- Owner: i1d9
- Created: 2021-01-04T19:15:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T17:56:56.000Z (over 5 years ago)
- Last Synced: 2025-01-05T00:24:33.106Z (over 1 year ago)
- Topics: computer-vision, opencv-python, python
- Language: Python
- Homepage:
- Size: 961 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opencv
OpenCV is a huge open-source library for computer vision, machine learning, and image processing. It can process images and videos to identify objects, faces, or even the handwriting of a human. The following are some of the functions I have implemented with it.
1. Face and eye detection
1. Image manipulation
1. Edge detection
1. Image smoothing
1. Image thresholding
1. Image transformation
1. Object Recognition
1. Webcam Streaming