Vision and Machine Learning

Vision and Machine Learning

University

12 Qs

quiz-placeholder

Similar activities

Computer Graphics

Computer Graphics

University

10 Qs

1.2 Text, Sound, and Images Cambridge IGCSE 0478

1.2 Text, Sound, and Images Cambridge IGCSE 0478

10th Grade - University

10 Qs

BOOTSTRAP

BOOTSTRAP

University

10 Qs

HCI-U1-L3

HCI-U1-L3

University

10 Qs

Intro to CSS1

Intro to CSS1

University

10 Qs

Digital Computer Graphics

Digital Computer Graphics

KG - University

10 Qs

Image Representation Quiz

Image Representation Quiz

9th Grade - University

8 Qs

Cellphone Specs

Cellphone Specs

University

10 Qs

Vision and Machine Learning

Vision and Machine Learning

Assessment

Quiz

Computers

University

Hard

Created by

Ankush Jain

Used 9+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

  1. In an object detection task using HOG, if the cell size is 8x8 pixels and the block size is 2x2 cells, and each cell histogram contains 10 bins, and the image size is 200x200 pixels, how many histograms will be generated in total?

2500

5260

5760

2580

2.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

In a real-time object detection system utilizing HOG features, to minimize the number of histograms generated for an image patch of size 96x96 pixels, what would be the optimal combination of cell size and block size?

Cell size: 8x8 pixels, Block size: 3x3 cells

Cell size: 12x12 pixels, Block size: 2x2 cells

Cell size: 6x6 pixels, Block size: 2x2 cells

Cell size: 10x10 pixels, Block size: 4x4 cells

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Comparing two image patches, Patch A (120x120 pixels with a cell size of 10x10 pixels and a block size of 3x3 cells) and Patch B (100x100 pixels with a cell size of 5x5 pixels and a block size of 2x2 cells), which patch results in a higher number of histograms?

Patch A

Patch B

Both have the same number of histograms

Can't be determined

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Analyzing the trade-offs between computational complexity and feature expressiveness in Histogram of Oriented Gradients (HOG), which adjustment would result in a higher number of histograms?

Decreasing block size

Decreasing the number of bins in the histogram

Increasing image resolution

Increasing cell size

5.

MULTIPLE SELECT QUESTION

1 min • 2 pts

Media Image

Given a 5x5 window with the following intensity values, compute the Harris corner response function R for the central pixel of the window using the Harris corner detection algorithm. Assume a Gaussian filter with a standard deviation of 1 for smoothing, and a k-value of 0.04. (Select all correct statements.)

The smoothed intensity values after applying the Gaussian filter are required for the computation.

The Harris corner response function is calculated using the formula: R=λ1λ2−k(λ12)2, where λ1 and λ2 are the eigenvalues of the structure tensor.

The structure tensor is computed by convolving the image with the gradient of the image.

The Harris corner response function is thresholded to identify corners in the image.

6.

MULTIPLE SELECT QUESTION

2 mins • 2 pts

In the Harris corner detection algorithm, the k parameter is crucial for determining corners. If the k value is increased from 0.04 to 0.06, how would this affect the detection of corners in an image? (Select all correct effects.)

Increasing k would make the algorithm more sensitive to corners.

Increasing k would make the algorithm less sensitive to corners.

Increasing k would increase the likelihood of false positives in corner detection.

Increasing k would decrease the likelihood of false negatives in corner detection.

7.

MULTIPLE SELECT QUESTION

3 mins • 3 pts

Compare the corner responses of two pixels in an image patch: Pixel A with intensity values [120,125,110,130,135] and Pixel B with intensity values [115,120,120,140,135], assuming the surrounding pixel intensities are the same for both. Which pixel is more likely to be identified as a corner according to the Harris corner detection algorithm? (Select all correct statements.)

Pixel A is more likely to be identified as a corner because it has higher intensity values.

Pixel B is more likely to be identified as a corner because it has a higher variation in intensity values.

Pixel A is more likely to be identified as a corner because it has a higher Harris corner response value.

Pixel B is more likely to be identified as a corner because it has a lower Harris corner response value.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?