Image Processing and Computer Vision Flashcards

1
Q

What are the types of digital images?

A

Binary images(0 or 1)
Gray scale images(0 (black) to 255 (white))
Colour images

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

What is image processing?

A

a METHOD that perform operations on an image in order to get an enhanced image or extract information from it

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

What is Computer Vision?

A

A FIELD in ARTIFICIAL INTELLIGENCE in which the computers are trained to interpret and understand the visual world.

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

What happens in the mid-level of image understanding? provide examples.

A

Image segmentation and identify particular objects. Example=edges, colours, contours

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

What is the input and output at mid-level of image understanding?

A

Input: Image
Output: Attributes extracted from those images.

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

What does low-level involve? Give examples.

A

Involve primitive operations.
Examples are: Image processing
Noise reduction
Enhancement

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

What is the input and output for low-level?

A

Input: Image
Output: Image

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

In the key stages of DIP (Digital Image Processing), what is happening during the image acquisition?

A

Sensors
Lighting
Image formation

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

In the key stages of DIP, what is happening during the pre-processing, and what level is involved?

A
Low-level and Mid-level. It consists of : 
-Image enhancement, 
-Image restoration,
-Colour image processing, 
-Multiresolution processing, 
-Image compression, -
Morphological processing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In the key stages of DIP, what is happening during the processing stage, and what level is involved?

A

Mid and High level. It consists of:

  • Morphological processing
  • Segmentation
  • Representation and Description
  • Object Recognition
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Morphological Image Processing describes…

A

The shapes and structures of an object in an image.

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

Morphological Image Processing has two rules, name it.

A

Dilation and Erosion

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

What does dilation do?

A

Dilation generally makes shapes in an image thicker. The output value of the pixel is the maximum value out of all the pixels in the neighborhood.

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

What does Erosion do?

A

Erosion makes shapes in an image thinner. The output of the pixel is the minimum value out of all the pixels in the negihborhood.

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

What is the difference between object detection and object recognition?

A

Object detection detects instances of an object in an image meanwhile Object recognition identifies a specific object in a digital image or video.

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

What neural network has a U-shaped architecture and has more feature channels in its unsampling part?

A

U-Net

17
Q

What is perturbation?

A

A term with a similar meaning to when we add a layer of visual noise to an original image. (general meaning: changes causing from an outside influence)