Quiz Yourself on Reading Images and Videos

Quiz yourself on what you've learned in this chapter.

1

We want to read an image, image.jpg, into a Mat class object, img. What is the right way to accomplish that?

A)

Mat img = imread("image.jpg");

B)

img = read("image.jpg");

C)

Mat img = imread."image.jpg"

D)

Mat img = read("image.jpg");

Question 1 of 30 attempted

Get hands-on with 1200+ tech skills courses.