image processing Flashcards

1
Q

Name some basic signals.

A

unit impulse and a unit step function.

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

describe complex exponential signals?

A

any signals can be written as a sum of complex exponential signals. And they are eigenvalues of convolution that is its frequency is unchanged only its amplitude and phase shifts.

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

what is the period of e^(jwn1)?

A

k * 2 * pi / w

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

what is the highest possible frequency a signal can reach

A

pi.

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

define a linear and spatial invariant system

A

a system is linear if it

the sum of the output of two different signal and the output of the superposition of the two signals are same. zero input will definitely give zero output but also a non-zero output.

spatial invariant if the system does not care where the origin is.

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

what is the significance of impulse signal?

A

a continuous signal can be represented as a discrete signal (sum of the product of signal and delayed impulses).

by knowing a response of a system to an impulse signal ie the impulse response of an LTI system we can tell its response to any other signal.

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

define the use of high and low pass filters in image processing?

A

low pass filter eliminates the gaussian noise in the image but the image gets blurry.

High pass filter can be used for edge detection.

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

what does flat 3*3 filter mean?

A

it is a filter with 9 pixels each of value 1/9.

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

what is boundary effects? explain some of the types.

A

when using filter lets say 3*3, the left corner of the image does not have pixels on its left for applying the filter so we need some pixels on the left.

symmetry, zero padding, circular are some eg.

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

what are the type of noises in an image and how you eliminate it?

A

gaussian noise eliminated by usage of low pass filter.

salt and pepper noise eliminated by usage of median filter.

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

what is fourier transfrom?

A

fourier transform converts any signal to linear sum of sinusoidal signal of different frequencies. thus time domain signal is converted into frequency domain

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

name some important properties of fourier transform?

A
  • it is continuous with period 2 pi
  • any spatial shift in time domain will result in phase shift in frequency domain
  • modulation property: multiplication with e^jw in spatial domain will result in frequency shift in frequency domain.
  • convolution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is sampling and why it is required?

A

almost all signals are continuous in nature but the system that process are discrete in nature so for changing the signal from continuous to discrete the signal is multiplied with impulse train this is called sampling

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

what is critical sampling?

A

the minimum frequency at which sampling to be done for recreating the signal is called critical sampling it is given by Nyguist theorem, which says the sampling freq should be at least twice the max frequency present in the system.

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

what is aliasing?

A

wkt fourier transform is periodic so the frequency spectrum repeat itself with the period 2*pi/Ti. if the sampling is below ciritical sampling the high frequency content merges with the low frequency content thus original signal cannot be recreated this is called aliasing.

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

Advantages of discrete Fourier transform

A

in continuous Fourier transform we need the amplitude at all frequencies to construct the signal (ie frequencies are continuous in nature) which is impossible

in discrete Fourier transform we only need the amplitude of the signal at particular frequencies thus it is discrete in nature.

17
Q

define sampling of a 2d image and what are the control parameters?

A

in a 2d rectangular periodic sampling image is multiplied with a grid of rectangular array in which the intensities in the node points have unit value and rest 0 thus image of continuous nature is converted to discrete nature.

the control parameters are distance between grid points in x and y direction.

18
Q

Define what is happening when you take Fourier transform of an image?

A

Image has pixel values in x and y values if u take along the x direction the variation of intensities can be written as a mathematical function (x distances)

and this fn can be written as a linear combination of sinusoidal signal which is done by Fourier transform.

thus Fourier transform of image gives linear sum of sin signals in x and y directions.