NEW
Font size
WorksheetsQ5 - Comp Vision
Total questions: 10
Worksheet time: 5mins
The function loads the image using the file path specified by the first argument.
cv.imread
cv.imshow
cv.imwrite
cv.print(image)
It display the original or the processed image after certain manipulation.
cv.imshow
cv.print(image)
cv.imshow(image)
cv.print(img)
To save the processed image and choose desire file type associate.
It is a much better and faster way to draw a group of lines than calling ___
cv.line
cv.drawLine
cv.ShapeLine
cv.linear
cv.polylines
cv.polygon
cv.drawShape
cv.Shapes
Color pattern used in python opencv?
BGR
RGB
BGRG
ROYGBIV
Scaling is just resizing of the image using ___ function
cv.resize
cv.scale
cv.rescale
cv.adjustscale
For perspective transformation, you need a 3x3 transformation matrix. Straight lines will remain straight even after the transformation by simply using ___
cv.getPerspective
cv.warpPerspective
cv.warpAffine
cv.warpPerpectiveLine
