A Project to guide you about the basics and some features of OpenCV Library in Python.
This is a beginner's repository to get started with OpenCV 🚀 🎉
Clone the repository and use it in your local system
git clone https://github.com/codemike513/Python-OpenCV.git
Then you will have to install the OpenCV Library from your terminal. You will need NumPy Library as well so install it too.
pip install opencv-python
pip install numpy
import cv2
import numpy as np
Python
- Chapter 1 - Read Images Video Webcam
- Chapter 2 – Basic Functions
- Chapter 3 – Crop and Resize
- Chapter 4 – Shapes and Text
- Chapter 5 – Warp Perspective
- Chapter 6 – Joining Images
- Chapter 7 – Color Detection
- Chapter 8 – Contour/Shape Detection
- Chapter 9 – Face Detection
- If appropriate, open an issue on GitHub