Page 1 of 1

https://www.youtube.com/watch?v=h-laye1XRHw https://github.com/opencv/opencv/tree/4.5.5 https://raw.githubusercontent.co

Posted: Sun Jul 10, 2022 11:26 am
by answerhappygod

https://github.com/opencv/opencv/tree/4.5.5
https://raw.githubusercontent.com/openc ... a/lena.jpg
import cv2img = cv2.imread('img.png', 0)print(img)
Make a screen capture of the output and paste it here.
import cv2img = cv2.imread('img.png', 0)print(img)cv2.imshow('image', img)cv2.waitKey(0)cv2.destroyWindows()
Make a screen capture of the following and paste your screencapture under mine.
Run the code and describe what is the meaning of the code usingaround 50 words.