【圖像識別】初探數字識別-水錶(2)

在上一個博文中,高斯濾波後對灰度值用canny檢測邊緣。調整canny參數,檢測邊緣。下面換一種方式,即先二值化後,再findContours檢測檢測輪廓。 圖像二值化 cv2.threshold(), cv2.adaptiveThreshold(), Otsu’s thresholding. 簡單閾值劃分 cv2.threshold(InputArray src, int threshold,
相關文章
相關標籤/搜索