5. IMAGE AND VIDEO ANALYTICS ON EDGE Flashcards

15 Questions

1
Q

What will be the total size of a HoG feature vector if a 9 bin approach based on 8x8 window which is normalized for 16x16 block?

a. 256 x 1
b. 36 x 1
c. 9 x 1
d. 8 x 1

A

36 x 1

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

Given an extremely resource constrained edge device (e.g. Raspberry Pi Pico) which is the following can be employed for hand land mark detection?

a. A convolutional neural network (CNN) model
b. A fully connected neural network model
c. Image features + support vector machine (SVM)
d. Any of the above

A

Image features + support vector machine (SVM)

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

In a gray scale image which is uint8 type, what will be the value corresponding to gray color?

a. 0
b. 255
c. 124
d. None of the above

A

124

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

What does image gradient infer?

a. Low frequency in the image
b. Smooth texture in the image
c. Colors in the image
d. All sudden transitions (edges) in the image

A

All sudden transitions (edges) in the image

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

From the matrix size below, identify a color image

a. 256 x 256 x 3
b. 256 x 256
c. 256 x 256 x 2
d. 256 x 245 x 5

A

256 x 256 x 3

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

Which of the following is useful for extracting depth from a video?

a. Local binary descriptor
b. Edges
c. Optical flow estimations
d. All of the above

A

Optical flow estimations

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

Which of the following is the definition of histogram of an image?

a. A measure of frequency of occurrence of image intensities
b. A measure of frequency of occurrence of edges in the image
c. A measure of noise in the image
d. All of the above

A

A measure of frequency of occurrence of image intensities

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

Select a suitable window size for obtaining large image gradients in the image of size 256 x 256

a. 3 x 3
b. 8 x 8
c. 64 x 64
d. 256 x 256

A

64 x 64

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

Which is supposed to be a high frequency component in an image?

a. Random noise
b. Edges in image
c. Both a and b
d. None of the above

A

Both a and b

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

What is the preferred algorithm for hand gesture based interface?

a. Direct hand landmark detection – gesture control
b. Hand detection – Hand landmark detection – gesture control
c. Direct gesture control
d. None of the above

A

Hand detection – Hand landmark detection – gesture control

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

What is the starting point of any edge detection?

a. Smoothing followed by gradient operation
b. Gradient operation alone
c. Gradient followed by smoothing operation
d. All of the above

A

Smoothing followed by gradient operation

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

Which of the following feature(s) can be used for face detection in the image on an edge device?

a. Histogram of oriented gradients
b. Histogram of gradients
c. Histogram of oriented textures
d. None of the above

A

Histogram of oriented gradients

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

Which of the following images has the highest resolution?

a. 256 x 256
b. 2048 x 2048
c. 1024 x 1024
d. 16 x 16

A

2048 x 2048

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

Which is preferable edge only image analytics?

a. Image segmentation
b. Fingerprint informatics
c. Object detection
d. All of the above

A

Fingerprint informatics

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

Which is the following is a reason for increased popularity for computer vision on the edge?

a. Low latency is critical for fast action (e.g. motion segmentation)
b. Sensitivity of the data is critical for many applications
c. Redundancy of the data can be reduced (video summarization)
d. All of the above

A

All of the above

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