Bilddaten CV2 abrufen
import cv2
img=cv2.imread('image.png')
print(img)
Realhardik18
import cv2
img=cv2.imread('image.png')
print(img)