Answers for "show images in cv2 im read"

8

cv2 show image

cv2.imshow('image',img)
cv2.waitKey(0)
Posted by: Guest on October-10-2020
0

get image data cv2

import cv2
img=cv2.imread('image.png')
print(img)
Posted by: Guest on March-24-2022

Python Answers by Framework

Browse Popular Code Answers by Language