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

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

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