Loading

摘要: OpenCV图像处理学习笔记-Day02 第13课:基础知识-阈值分割 第14课:threshold函数 函数threshold retval, dst = cv2.threshold(src, thresh, maxval, type) retval: 阈值 dst: 处理结果 src: 原图像 阅读全文
posted @ 2020-09-29 17:53 coderchen01 阅读(168) 评论(0) 推荐(0) 编辑