introduction to computer vision part00-1

AhMeDRaGaB946680 21 views 26 slides Jul 21, 2024
Slide 1
Slide 1 of 26
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26

About This Presentation

introduction to computer vision


Slide Content

CV Lab 01 Lab introduction

Outline Course plan Computer vision overview Required software

Course Plan

Course Plan (Lab) Week Topic 1 Lab introduction 2 Image processing with OpenCV 3 Connected component labelling 4 Optical Mark Recognition (OMR) 5 Feature extraction (Histogram of chain code) and classification 6 Deep learning 7 More on deep learning: augmentation, pretrained models 8 Object detection (YOLO) 9 Face recognition 10 Object tracking (optical flow) 11 Generative models

Grading Lab attendance 5 marks Lab work 5 marks Final project 20 marks Total 30 marks

Computer vision overview

Computer vision Make the computer understand images and videos

Computer vision Computer vision is a field of artificial intelligence Artificial Intelligence Machine learning Natural language processing Computer vision

Computer vision Computer vision techniques Image processing + Static rules Feature descriptors + Machine learning Deep learning Simple, more predictable, requires less/no data but less flexible Complex, flexible, but unpredictable (decision is not clear), and requires more data

Computer vision Example: Image processing + static rules Counting number of shapes in an image Number of shapes = 2 Input image Binary image Connected components

Computer vision Example: Feature descriptor + Machine Learning Machine learning can’t work directly on images Input image Feature descriptor algorithm Features (numbers) Machine learning model This is a cat

Computer vision Example: Deep learning Deep learning can automatically learn the features based on the task Input image Deep learning model This is a cat

Computer vision fields Image classification Object detection Semantic segmentation Object tracking Face recognition Pose detection Optical character recognition Optical mark recognition Image retrieval Image captioning Generative models etc.

Computer vision fields

Computer vision fields Semantic segmentation Object tracking

Computer vision fields Face recognition Pose estimation

Computer vision fields Optical character recognition

Computer vision fields Optical mark recognition

Computer vision fields Image retrieval

Computer vision fields Image captioning

Computer vision fields Generative models

Required software

Anaconda distribution Download from here: https://www.anaconda.com/products/individual

Anaconda prompt

OpenCV Use the command “ pip install opencv-python ” to install OpenCV using anaconda prompt

Jupyter Notebook
Tags