OpenCV-Tutorials
OpenCV-Tutorials copied to clipboard
📖 OpenCV-Python image processing tutorial for beginners
trafficstars
OpenCV-Tutorials
This all Chapter to learn opencv with python link Video YT
For install this Tutorial
Go to your terminal and type this command cd Desktop
mkdir OpenCV-Tutorials
cd OpenCV-Tutorials
git clone 'url up'
for install opencv with python
pip install opencv-python
OU
pip i -r requirements.txt
and import opencv in python
import cv2
import numpy as np
Chapter 1: Getting Started with Images
* Read an image
* Display an image
* Read a Video
* Read a webcam
* save an image
Chapter 1
Chapter 2: Basic Operations on Images
* Gray image
* Color image
* Blur image
* Canny image
* Dialation image
* Eroded image
Chapter 2
Chapter 3: Resizing and Cropping and Rotation
* Resize image
* Crop image
* Rotation image
Chapter 3
Chapter 4: Shapes and Texts
* Line
* Rectangle
* Circle
* Text
Chapter 4
Chapter5 : WARP PRESPECTIVE
* Warp Perspective
Chapter 5
Chapter6 : Joining Images
* Joining Images
* Horizontal Stacking
* Vertical Stacking
Chapter 6
Chapter7: Color Detection
* Color Detection
* Trackbars
* Color Detection using Trackbars
Chapter 7
Chapter8: CONTOURS / SHAPE DETECTION
* Contours
* Shape Detection
* Stacking Images and Contour Detection
Chapter 8
Projects:
- Face and Eye Detection Project 1
- Number Plate Detection Project 2