Skip to content

codemike513/Python-OpenCV

Repository files navigation

PYTHON - OPENCV LIBRARY

Python Version Python Version

A Project to guide you about the basics and some features of OpenCV Library in Python.

Table of content

Getting Started

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.

Install

pip install opencv-python
pip install numpy

Usage

import cv2
import numpy as np

Technology Used

Python

Contents of Learning

  • 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

Get Help

About

A guide to get started with OpenCV Library in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages