Skip to content

REp007/OpenCV-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Face and Eye Detection Project 1
  2. Number Plate Detection Project 2

About

📖 OpenCV-Python image processing tutorial for beginners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages