2019年11月24日

opencv 图片识别

摘要: # -*- coding: utf-8 -*-"""Created on Fri Nov 22 21:35:12 2019 @author: Administrator""" import cv2 filepath = "img/3.jpg"img = cv2.imread(filepath) # 阅读全文

posted @ 2019-11-24 23:07 拓子 阅读(662) 评论(0) 推荐(0) 编辑

随机概率

摘要: # -*- coding: utf-8 -*-"""Spyder Editor This is a temporary script file."""import numpy as npd={0:0,1:0,2:0,3:0,4:0,5:0,6:0,7:0,8:0,9:0}print(d) ran=n 阅读全文

posted @ 2019-11-24 23:05 拓子 阅读(331) 评论(0) 推荐(0) 编辑

导航