Week 3 Flashcards

1
Q

what is the split and merge algorithm?

A

a recursive algorithm to extract line segments from points

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

what is the input of the split in a split merge algorithm?

A

A list of points

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

what is the output of the split in a split merge algorithm?

A

List of segments (pair of points)

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

what is the parameters of the split in a split merge algorithm?

A

Threshold distance

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

what is the input of the merge in a split merge algorithm?

A

List of segments (pair of points)

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

what is the output of the merge in a split merge algorithm?

A

List of segments (pair of points)

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

what are the parameters of the merge in a split merge algorithm?

A

Threshold angle

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

what type of sensor is a camera

A

a passive sensor that captures light reflected from objects

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

what does a camera measure?

A

angles

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

what type of information does a camera provide?

A

2D information of a 3D world

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

how can a 360 degree view be obtained from a camera?

A

by adding mirrors

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

what are the pros of cameras?

A

-Cheap and small
-lots of information
-well-known and commonly used
-Libraries with algorithms (OpenCV)

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

what are the cons of cameras?

A

-Lots of data
-require calibration
-lighting and colour consistency

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

what is a pixel?

A

a picture element is the smallest element of an image

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

how are greyscale images represented?

A

by 2D arrays of pixel values (0 = black, 255 = white)

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

what is computer vision?

A

a field of artificial intelligence (AI) enabling computers to derive information from images, videos and other inputs

17
Q

when is computer vision used for images?

A

when we are only interested in parts of an image it can be used to identify objects and find relations

18
Q

what is Odometry?

A

the use of data from motion sensors to estimate change in position over time

19
Q

where is Odometry used?

A

in passive sensors that measure the velocity of a robot’s wheels

20
Q

what are the pros of odometry?

A

-included in many motors
-provides position information
-can be combined with laser (ICP)

21
Q

what are the cons of odometry?

A

-errors grow (systematic)
-dependency on accelerations, weight distribution, floor type…
-heading direction ‘lost’ after a few metres

22
Q

what is a kinect 3D camera?

A

-RGB camera, infrared camera and infrared laser emitter
-provides 3D distance information
-range of 0.5-5 meters

23
Q

what are the pros of a kinect 3D camera?

A

-cheap
-allows 3D reconstruction of a scene
-high resolution
-Point Cloud Library (PCL) to process the data

24
Q

what are the cons of a Kinect 3D camera?

A

-indoor use only
-lots of data (computation)