《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
相关文章
相关标签/搜索