3-1 Flashcards

(12 cards)

1
Q

DIP ?

A

Digital Image Processing

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

what is DIP

A

using computer algorithms, to get enhanced image/ extract some useful information

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

what method is image processing

A

method to perform some operations on an image

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

purpose of DIP (2)

A
  • Improves visual appearance of images to viewer
  • Prepares/processes images for measurements/analysis of features & structures present
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

types of operations (3)

A
  • point
  • local/neighbourhood
  • global
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

point operation complexity and info

A

constant complexity

pixel value of the output image depends only on the pixel value of the same pixel

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

point operation examples (3)

A
  • histogram equalization,
  • contrast stretching,
  • segmentation based on pixel value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Neighbourhood/Local operation complexity and info

A

P^2 complexity

the pixel value depends on the pixel values in the neighbourhood of the same pixel

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

Neighbourhood/Local operation examples (2)

A
  • convolution (as for image smoothing or sharpening)
  • spatial feature detection (e.g., line, edge, and corner detection)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Global Operation complexity and info

A

N^2 complexity

the pixel value depends on the pixel values of all pixels

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

Global Operation examples (5)

A

image transformations,
(Fourier, Hartley, Hough,
Haar, Radon transforms)

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

g(x,y) = t(f(x,y))

A

do u remember the formula

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