Ders1- Introduction to Computer Vision.ppt

WeamHusham 19 views 34 slides May 01, 2024
Slide 1
Slide 1 of 34
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
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34

About This Presentation

Introduction to Computer Vision


Slide Content

Computer Vision
Prof. Songül Varlı
Yildiz Technical University
Computer Engineering Department
Course Contents
Introduction to Computer Vision

Computer Vision
What we see
What a computer sees

Lighting
Scene
Camera
Computer
Scene Interpretation
Components of a Computer Vision System

Sampling and Quantization

What is a digital image?
We usually operate on digital (discrete)images:
Samplethe 2D space on a regular grid
Quantizeeach sample (round to nearest integer)
If our samples are Dapart, we can write this as:
f[i,j] = Quantize{ f(iD, jD) }
The image can now be represented as a matrix of integer values

Steps of Image Processing

Negative Image

Image Enhancement

Intensity Transformation
Gamma Correction

Contrast Enhancement

Image Histogram

Application Areas of
Image Processing

Document Handling
[Intelligent Document Recognition]

Biometrics

Fingerprint Identification/Authentication

Interpretation of AerialPhotography

Traffic Monitoring

Tracking

Microsoft Kinect
IR Camera
RGB Camera
IR LED Emitter

Face Detection, Viola & Jones,2001

Face Recognition
•Principle Components Analysis (PCA)
•Face Recognition

Facial Expression Recognition

Hand Posture/Gesture Recognition
Smart Human-Computer User Interfaces
Sign Language Recognition

Human Activity Recognition

Medical Applications
skin cancer breast cancer

SIFT & Object Recognition,
David Lowe, 1999

Histogram of Oriented Gradients
(HoG) Dalal & Triggs, 2005

PASCAL Visual Object Challenge
(20 object categories)
[Everingham et al. 2006-2012]

Segmentation accuracy by class over
the yearsfor PASCAL Visual Object
Challenge

The Image Classification Challenge:
1,000 object classes
1,431,167 images
Russakovsky et al. arXiv, 2014

The Image Classification Challenge:
1,000 object classes
1,431,167 images
Error Rates are given in graph

Object detection & Image captioning

Convolutional Neural Networks
(CNN)

Convolutional Neural Networks (CNN)
were not invented overnight