7 - Computer Vision Flashcards

1
Q

What is Computer Vision?

A

An interdisciplinary scientific field that deals with how computers gain an understanding of the environment from digital images or videos

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where could a Vision System be used?

A

Used as a Sensor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Digital Image?

A

A simple grid of numbers where each cell contains info about a single pixel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Grayscale

A

Converting an image to be able to define each pixel as a single scalar value

Allows for:
1. Simple Filters
2. Faster Processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Thresholding (Binary)?

A

A threshold value is set and each pixel is evaluated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Edge Detection?

A

Identifies a line point in a digital image at which the image brightness changes sharply

Relies on defined thresholds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Blob Discover?

A

Algorithm where subsets of connected components are uniquely labeled based on a given heuristic
- End goal is to ID individual objects within an image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Characteristics of Shape/Facial Recognition

A

Delauney Triangulation
- Uses triangles or tetrahedra to enclose query points
- Query points can be added or subtracted to tailor level of confidence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Optical Flow?

A

The pattern of apparent motion of objects, surfaces, and edges in a visual scene caused by relative motion between an observer and a scene.

Used for object detection and tracking, robot nav, micro controls

To avoid obstacles, move towards lower optical flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Resolution?

A

Indicates the level of detail present in an image.
- Dimension
- Total number of pixels (Megapixels)
- Pixels per inch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Effects of Resolution on Computer Vision

A

Downsampling: Preserves identifying features
Upsampling: Removes sharp gradients making edge detection difficult

How well did you know this?
1
Not at all
2
3
4
5
Perfectly