Toriyung

导航

2022年3月11日 #

Opencv Q&A_5

摘要: 2022/03/09-2022/03/10 图像操作的几类函数实践 代码_main_1 def nothing(x): pass weigh = 640 height = 720 img = cv.imread('D:\work\\automation\Skill\Python\pythonWORK 阅读全文

posted @ 2022-03-11 23:42 Toriyung 阅读(35) 评论(0) 推荐(0) 编辑

numpy Q&A_1

摘要: 2022/03/11 偶然实践了解到列表和数组的使用上某个区别 代码_1 import numpy as np a = [[1,2,3],[4,5,6]] b = np.asarray(a) print('type of b: ' + str(type(b))) print('type of the 阅读全文

posted @ 2022-03-11 23:31 Toriyung 阅读(18) 评论(0) 推荐(0) 编辑