Quiz Summary
0 of 4 questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 4 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 4
1. Question
What does the
import cv2
statement do?CorrectIncorrect -
Question 2 of 4
2. Question
Given the following NumPy array shape, how would we interpret the width, height, and number of channels in the image:
(400, 600, 3)
:CorrectIncorrect -
Question 3 of 4
3. Question
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?
CorrectIncorrect -
Question 4 of 4
4. Question
Instead of our
load_display_save.py
script outputting a file namednewimage.jpg
, modify it so the output becomesmy_output.png
. What is the correct function call to make this change?CorrectIncorrect