# 获取图像的轮廓坐标其中轮廓是坐标值这里只检测轮廓 contours hierarchy = cv2findContoursdilation cv2RETR_EXTERNAL cv2CHAIN_APPROX_SIMPLE # 轮廓检测
获取图像的轮廓坐标,其中轮廓是坐标值,这里只检测轮廓
_, contours, hierarchy = cv2.findContours(dilation, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE) # 轮廓检测
原文地址: https://www.cveoy.top/t/topic/envN 著作权归作者所有。请勿转载和采集!