《OpenCV圖像處理(Python)》網課筆記(從9到12)

9. morphological tranformations (形態變換) # coding: utf-8 # In[5]: #lesson9 # In[6]: import cv2 import numpy as np # In[7]: cap = cv2.VideoCapture(0) # In[8]: while True: _, frame = ca
相關文章
相關標籤/搜索