摘要:
Python Numpy中是否有和Matlab一样的histogram函数? 坑 1、python y,x = np.histogram(arrCount, bins=np.linspace(0, 100, 20)) 2、python bins = 100 #设置成100bin # px = np. 阅读全文
摘要:
在for循环中,一张一张地绘制图片 matplot绘制RGB图片 # copy 背景 tmp = self.somaBackground.copy() tmp = cv.polylines(tmp, tmpline2, 2, (255, 0, 0), 1) # tmp = tmp.swapaxes( 阅读全文
摘要:
vscode在资源管理器中进行查询 ctrl + P 阅读全文