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
What does the import cv2 statement do?
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 Wayground
20 questions
Application Software - Revision Quiz

Quiz
•
University
20 questions
CSS Layout

Quiz
•
University
18 questions
HTML

Quiz
•
10th Grade - University
22 questions
FUNDAMENTAL CONCEPTS (VIDEO)

Quiz
•
University
15 questions
Digital Edit and Copyright

Quiz
•
7th Grade - University
20 questions
Multimedia Architecture and Data Compression Quiz

Quiz
•
University
20 questions
Multimedia Dasar

Quiz
•
University
25 questions
Digital Design Final

Quiz
•
8th Grade - University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade