初识OpenCV-Python - 010: 精致边缘探测
摘要:本节主要介绍使用Canny函数达到边缘探测的结果。 Code: import cv2from matplotlib import pyplot as pltimg = cv2.imread('ball.png',0)/** Canny(image, threshold1, threshold2[,e
阅读全文
posted @ 2019-12-10 11:26
浙公网安备 33010602011771号