https://github.com/gleich/opencv_tutorials
🎥 Tutorials for the Python OpenCV library
https://github.com/gleich/opencv_tutorials
camera opencv photos python video vision
Last synced: 3 months ago
JSON representation
🎥 Tutorials for the Python OpenCV library
- Host: GitHub
- URL: https://github.com/gleich/opencv_tutorials
- Owner: gleich
- Created: 2019-02-02T01:19:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T03:49:51.000Z (over 6 years ago)
- Last Synced: 2025-02-23T22:15:41.231Z (over 1 year ago)
- Topics: camera, opencv, photos, python, video, vision
- Language: Python
- Homepage:
- Size: 5.01 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCV-Tutorials
Tutorials for the Python OpenCV library
All of this code is from the free online corse for openCV at https://bit.ly/2AsRYtb
# Table of contents:
1. **GUI Features:**
* Getting started with images
* Drawing Functions in OpenCV
* Trackbar as the color palette
2. **Core Operations:**
* Basic operations on images
3. **Image Processing:**
* Changing Colorspaces
* Geometric Transformations of images
* Image Thresholding
* Morphological Transformations (Only Erode and Dilate)
* Contours in OpenCV
4. **Contours**
* Contours: Getting started
* Contour Features