İçeriğe geç

Python ve OpenCV ile Görüntü İşleme 1 – Resim Okuma

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)
780 Gösterim  
Tarih:Genel

İlk Yorumu Siz Yapın

Bir cevap yazın

E-posta hesabınız yayımlanmayacak.

This site uses Akismet to reduce spam. Learn how your comment data is processed.