simonefinelli / OpenCV-Notes

Notes on the main topics of OpenCV in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV-Notes in Python 3

A collection of the main topics used in OpenCV.

Basic Usage

  • Reading Images and Videos
  • Resizing and Rescaling Images/Frames
  • Principal Functions
  • Shapes and Text
  • Transformations on Images
  • Contour Detection

Advance Usage

  • Color Spaces
  • Color Channels
  • Blurring
  • Bitwise Operations
  • Masking
  • Image Histogram
  • Thresholding
  • Edge Detection
  • Face Detection

Credits

About

Notes on the main topics of OpenCV in Python.

License:MIT License


Languages

Language:Python 100.0%