摘要:
图像阈值 ret, dst = cv2.threshold(src, thresh, maxval, type) 两个返回值分别是阈值处理后的像素点矩阵列表、输出图 src: 输入图,只能输入单通道图像,通常来说为灰度图 dst: 输出图 thresh: 阈值 maxval: 当像素值超过了阈值(或 阅读全文
posted @ 2020-02-09 21:54
SHICENT
阅读(469)
评论(1)
推荐(0)
摘要:
图像基本操作 环境配置地址 Anaconda:https://www.anaconda.com/download/ Python_whl:https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv IDE:按照自己的喜好,选择一个能debug就好 安装ope 阅读全文
posted @ 2020-02-09 20:09
SHICENT
阅读(889)
评论(2)
推荐(2)

浙公网安备 33010602011771号