Answers for "display image using cv2 python"

3

how to print image with cv2

cv2.imshow('image',img)
cv2.waitKey(0)
Posted by: Guest on February-27-2021
3

load img cv2

img = cv2.imread('img.jpg')
Posted by: Guest on June-29-2020

Python Answers by Framework

Browse Popular Code Answers by Language