Kumpulan Tugas Praktikum Python
-Buat kode program python OpenCV untuk membaca data citra RGBKode:Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:20:19) [MSC v.1925 32 bit (Intel)] on win32Type "help", "copyright", "credits" or "license()" for more information.>>> import cv2>>> image = cv2. imread('D:/Helmy kurniawan.jpg')>>> print(image)>>> cv2.imshow('Gambar Helmy RGB', image)>>> cv2.waitKey(0)>>> cv2.destroyAllWindows()
from Blog Orang IT https://www.helmykediri.com/2021/02/kumpulan-tugas-praktikum-python.html
via https://www.helmykediri.com/
from Blog Orang IT https://www.helmykediri.com/2021/02/kumpulan-tugas-praktikum-python.html
via https://www.helmykediri.com/
Komentar
Posting Komentar