wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Q5 - Comp Vision

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The function loads the image using the file path specified by the first argument.

a)

cv.imread

b)

cv.imshow

c)

cv.imwrite

d)

cv.print(image)

2.

It display the original or the processed image after certain manipulation.

a)

cv.imshow

b)

cv.print(image)

c)

cv.imshow(image)

d)

cv.print(img)

4.

To save the processed image and choose desire file type associate.

a)

cv.imwrite

c)

cv.imsave

d)

cv.imstore

5.

It is a much better and faster way to draw a group of lines than calling ___

a)

cv.line

b)

cv.drawLine

c)

cv.ShapeLine

d)

cv.linear

6.
a)

cv.polylines

b)

cv.polygon

c)

cv.drawShape

d)

cv.Shapes

7.

Color pattern used in python opencv?

a)

BGR

b)

RGB

c)

BGRG

d)

ROYGBIV

8.

Scaling is just resizing of the image using ___ function

a)

cv.resize

b)

cv.scale

c)

cv.rescale

d)

cv.adjustscale

10.

For perspective transformation, you need a 3x3 transformation matrix. Straight lines will remain straight even after the transformation by simply using ___

a)

cv.getPerspective

b)

cv.warpPerspective

c)

cv.warpAffine

d)

cv.warpPerpectiveLine