1. Intro + Fundamentals Flashcards

1
Q

What is an image?

A
  • An image can be defined as a two dimensional function f(x,y).
  • x and y are spatial coordinates.
  • The amplitude of f at any given point = graylevel
  • Digital Image = when x and y are finite and discrete.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two types of receptors in the eye and what are they sensitive to?

A
  1. cones - color (bright-light vision)
  2. rods - low light
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is contrast?

A
  • The difference in intensities between the highest and lowest values.
  • High dynamic range = high contrast
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When an image is digitized it is sampled in…(2)

A
  1. Space (x,y) - image sampling
  2. Amplitude f(x,y) - graylevel quantization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is resolution in an image?

A

The amount of detail an image holds.

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

What is spatial resolution?

A

Measure of the smallest distinct detail of an image

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

What is resolution in an image?

A

The amount of detail an image holds.

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

What is gray level / intensity resolution?

A

The smallest identifiable change in the gray/intensity levels

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

The number of bits used to quantize intensity can be known as ___?

A

Intensity resolution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • What does the quantization level of an image determine?
  • How do humans perceive high levels of quantization?
A
  • The number of gray levels in a digital image
  • It helps observe finer details
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 3 types of relationships between pixels?

A

1) N4(p) - Edge neighbours
2) ND(p) - Diagonal neighbours
3) N8(p) - 8 neighbours

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

What are the 3 types of adjacency between pixels?

A

1) 4-adjacency –> q is in set N4(p)
2) 8-adjacency –> q is in set N8(p)
3) m-adjacency –> q is in N4(p)
OR q is in ND(p) and N4(p) and N4(q) have no values in common.

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

What is connectivity? (connected)

A

For a subset of pixels S, p and q are connected in S, if there exists a path between them consisting entirely of pixels in S.

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

What is adjacent and disjoint in two subsets of pixels R1 and R2?

A
  • R1 and R2 are adjacent if their union forms a connected set.
  • If not adjacent R1 and R2 are disjoint
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How can a subset of pixels (R) be a region?

A

If the R is a connected set, it will be a region.

15
Q

Define the boundary/ border/ contour of a region R.

A

The set of pixels in R that have one or more neighbours that are not in R.

16
Q

What are 3 ways pixel distance can be measured?

A

1) Euclidian distance (disk)
2) City-block distance (D4)
3) Chessboard distance (D8)

17
Q

Define euclidian distance

A

The pixels having a distance less than or equal to
some value r from (x, y) are the points contained
in a disk of radius r centered at (x, y).

18
Q

Define city-clock distance

A

Pixels having D4 distance from (x,y) that is less than or equal to some value from d from a diamond centered at (x,y)

19
Q

Define chessboard distance

A

Pixels with D8 distance from (x, y) less than or
equal to some value d form a square centered at
(x, y)