Quiz: Editing Images

Let's test your OpenCV image editing skills.

We'll cover the following...

Let’s recall what we learned in the last chapter.

1.

How to get the dimensions of an image read as img?

A.

img.size

B.

img.shape()

C.

img.shape

D.

image.dimesion


1 / 3

If you could not ...