Loading

摘要: OpenCV图像处理学习笔记-Day03 第31课:Canny边缘检测原理 第32课:Canny函数及使用 edges = cv2.Canny(image, threshold1, threshold2) edges 边界图像 image 原始图像 threshold1 阈值1 threshold2 阅读全文
posted @ 2020-09-30 23:08 coderchen01 阅读(138) 评论(0) 推荐(0) 编辑