computer vision Quiz

computer vision Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Basma Ahmed

Used 4+ times

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You want to crop a part of one image, resize it, and blend it with another image so both are partially visible. Which OpenCV functions and parameters would you need?

 a) Cropping + cv2.addWeighted()

 b) Cropping + cv2.add()

 c) cv2.merge() + Cropping

 d) cv2.bitwise_or() + Cropping

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You apply Gaussian Blur before Canny edge detection on a grayscale image. Which problem is this sequence trying to avoid?

 a) Missing strong edges

b) Detecting noise as edges

c) Losing image brightness

d) Changing color representation

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are designing a shape-tracking app that requires edge detection and real-time object boundary drawing. Which two main OpenCV features would you combine?

  1.  a) Filters + Color conversion

  1. b) Edge detection + Contours

  1. c) HSV masking + Gaussian Blur

  1. d) Cropping + Rotation

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You want to compare the smoothing effects of three filters from the slides. Which combination of filters should you apply in sequence to see clear differences?

a) Averaging → Gaussian → Median

b) Laplacian → Sobel → Canny

c) HSV mask → Contours → Sobel

d) Resize → Merge → Rotate

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are processing a webcam feed to detect a moving blue object and draw a rectangle around it. Which two main steps from the slides are required?

 a) HSV masking + Contours

b) Gaussian Blur + Sobel

c) Laplacian + Merge

d) Cropping + Resize

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You need to detect vertical edges in a resized grayscale image and then highlight them in color on the original image. Which sequence works?

 a) Resize → Grayscale → Sobel Y → Overlay on original

b) Sobel X → Merge → HSV

c) Laplacian → HSV mask

d) Grayscale → Gaussian Blur → Canny

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You want to detect objects of a certain color in HSV and then find their exact shape outlines. Which two methods from the slides should you combine?

 a) Masking + Contours

b) Sobel + Median Blur

c) Laplacian + AddWeighted

d) Gaussian Blur + Cropping

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?