Resim okumak için imread fonksiyonu kullanılır:
imread fonksiyonunun içine resmin yolu girilmelidir…
import numpy as np
import cv2 as cv
resim = cv.imread("metal_slug_2.jpg")
cv.imshow("Ne Oyundu Be", resim)
cv.waitKey(0)
1.820 Gösterim
Resim okumak için imread fonksiyonu kullanılır:
imread fonksiyonunun içine resmin yolu girilmelidir…
import numpy as np
import cv2 as cv
resim = cv.imread("metal_slug_2.jpg")
cv.imshow("Ne Oyundu Be", resim)
cv.waitKey(0)
İlk Yorumu Siz Yapın