Canny提取图像边缘后使用闭运算连接断线

实验: # Writer : [email protected] # Date  : 2020.3.22 import cv2 as cv import numpy as np image = cv.imread("../bird.png") gray = cv.cvtColor(image,cv.COLOR_RGB2GRAY) # 80以下为0,210以上为255,中间使用 8-近邻算法确定像素
相关文章
相关标签/搜索