image processing Flashcards

1
Q

preprocessing

A

steps and techniques applied to raw data before it undergoes further analysis or enters a specific system or algorithm
purpose: extracting reasonable context

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

morphology

A

a branch of image processing which is particularly useful in analyzing shapes

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

erosion

A

results in objects becoming smaller, small object disappearing, and larger objects splitting into smaller objects

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

dilation

A

results in an object becoming bigger, small holes being filled and object being merged

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

opening

A

erosion + dilation
removes small holes and joins narrow isthmus between objects; the object is more compact

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

closing

A

dilation + erosion
removes small, isolated noisy objects while the main object preserves its original size; it can be used to retain object of a certain shape

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

connectivity

A

decides which pixels are neighbours

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

labeling

A

extracting connected components

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

BLOB

A

group of connected pixels in a binary image

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

neighbourhood proccessing

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

point processing

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

mean filter

A

calculates the average of the colours of the neighbours including the pixel itself

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