Quiz: Image and Video Processing

We'll cover the following...
1

Consider the line of code below:

cv2.waitKey(0)

From the given options, which option correctly describes the above line?

A)

cv2.waitKey(0) allows users to view an image until any key is pressed.

B)

cv2.waitKey(0) allows users to view an image for 500 milliseconds.

C)

cv2.waitKey(0) closes the image immediately after being displayed.

D)

Both A and B.

Question 1 of 60 attempted