Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.08 KB

OpenCV

This repo contains the basics of OpenCV in Python.

  1. Reading image, Video and webcam using openCV Python Basic operations on image-
    1. Grayscale Image
    2. Gausian Blur Image
    3. Dialation
    4. Canny Image
    5. Eroded image

  1. Add shapes and text on image

  1. Warp Perspective

  1. Joining Images

  1. Colour Detection

  1. Contour Detection

  1. Face Detection