摘要: 1 # coding: utf-8 2 3 ''' 4 第13章主要介绍:颜色空间转换 5 ''' 6 7 import cv2 8 import numpy as np 9 10 ''' 11 经常用到的颜色空间转换是: BGRGray 和 BGRHSV 12 cv2.cvtColor(input_image , flag),flag是转换类型:cv2.COLOR... 阅读全文
posted @ 2018-10-18 18:34 jingsupo 阅读(1125) 评论(0) 推荐(0) 编辑

欢迎光临