Description
Introduction to Computer Vision
1. Getting Started2. What is Computer Vision?
3. What is OpenCV?
4. Let’s Revise
Working with Images
1. Getting Started
2. Some Important Functions
3. Manipulating Images
4. Recap
GUI Features
1. Boiler Plate
2. Capturing the Video
3. Drawing on Images
4. Recap
Core Ops in Open CV
1. Basic Operations
2. Arithmetic Operations
3. Recap
Image Processing
1. Getting Started
2. Thresholding
3. Recap
Face Detection using OpenCV
1. Understanding Features
2. Harris Corner Detection
3. Live Example
4. Recap
Video Analysis
1. Getting Started
2. Frame by Frame
3. Motion detection
4. Recap
Geometric Shapes
1. Introduction
2. Finding the Corners
3. Example
4. Let’s Revise