Zuzze / python-opencv

Computer Vision projects with Python and OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV Toolkit

This repository includes basic OpenCV snippets for Python to be used in Computer Vision projects

  • using images, videos and webcam as input
  • Detecting specific color from image
  • Contour/Shape detection
  • Face detection
  • Joining images
  • Resizing images
  • Detecting image edges
  • Blur
  • Dilution/Erosion
  • Grayscale
  • Adding shapes and text to image
  • Warping

Base snippets are written based on Murtaza Hassan's OpenCV Workshop. The code in this repository has been extended and refactored from the workshop content.

About

Computer Vision projects with Python and OpenCV


Languages

Language:Python 97.5%Language:C 1.3%Language:C++ 1.1%Language:Fortran 0.1%Language:Shell 0.0%