What does the import cv2 statement do?
python openCV

Quiz
•
Computers
•
University
•
Medium
Ronnie Luy
Used 78+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Imports the SciPy library for numerical processing.
Imports the NumPy library for numerical processing.
Imports our OpenCV Python bindings.
Displays an image to our screen.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
We have an image that is 393 pixels wide and 312 tall. How many total pixels are in the image?
367,848
122,616
280,800
93,600
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
OpenCV stores RGB pixels in what order?
BGR
GBR
RGB
BRG
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The RGB tuple (255, 0, 0) codes for red. But OpenCV would actually interpret this color as:
Orange
Blue
Green
Yellow
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cropping: Now, suppose I want to extract a second rectangular region from my image starting at x=1, y=48 and ending at x=80, y=69. What is the correct line of code to perform this cropping?
Crop = image[80:69, 1:48]
Crop = image[1:48, 80:69]
Crop = image[48:80, 48:69]
Crop = image[48:69, 1:80]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following NumPy array shape, how would we interpret the width, height, and number of channels in the image: (400, 600, 3):
Width=600, height=400, channels=3
Width=600, height=3, channels=400
Width=400, height=600, channels=3
width=3, width=600, channels=400
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose our image has a width of 700 pixels, a height of 550 pixels, and 3 channels, one for each Red, Green, and Blue component. How would we express this image as a NumPy array shape?
(550, 700, 3)
(3, 550, 700)
(700, 550, 3)
(3, 700, 550)
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Computer Graphics Quiz 1

Quiz
•
University
15 questions
J277 - 1.2 - Images

Quiz
•
10th Grade - University
24 questions
Photoshop Certification Vocabulary Part 1

Quiz
•
11th Grade - University
15 questions
SMART CARD 2 Get Started With AI

Quiz
•
University
20 questions
CPA JYSS 2018 Prelims Paper 1

Quiz
•
7th Grade - Professio...
22 questions
FUNDAMENTAL CONCEPTS (VIDEO)

Quiz
•
University
20 questions
Multimedia Architecture and Data Compression Quiz

Quiz
•
University
20 questions
Multimedia Dasar

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade