python opencv3 直線檢測

git:https://github.com/linyi0604/Computer-Vision 1 # coding:utf8 2 3 import cv2 4 import numpy as np 5 6 7 # 讀入圖像 8 img = cv2.imread("../data/line1.png") 9 # 轉爲灰度圖像 10 gray = cv2.cvtColor(img,
相關文章
相關標籤/搜索