上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 33 下一页
摘要: 图像的傅里叶变换: import chardet import numpy as np import cv2 as cv import cv2 from PIL import Image import sys from matplotlib import pyplot as plt img = cv 阅读全文
posted @ 2019-12-12 10:36 sweeeper 阅读(1273) 评论(0) 推荐(0)
摘要: 在编程的过程中发现plt.imshow()不能同时显示两张照片,如果有两条plt.imshow()语句处于一前一后的位置,那么程序运行后只会显示后面的图片。如果想让每一张图片都显示出来,需要在每一个plt.imshow()语句后面加上plt.show()语句。具体程序代码如下图所示: import  阅读全文
posted @ 2019-12-12 10:36 sweeeper 阅读(1727) 评论(0) 推荐(0)
摘要: https://www.e-learn.cn/content/python/2694135 https://blog.csdn.net/Eastmount/article/details/81748802 阅读全文
posted @ 2019-12-09 08:23 sweeeper 阅读(200) 评论(0) 推荐(0)
摘要: 随手记录转载: #ModuleNotFoundError: No module named ‘cv2’在安装opevncv时会出现ImportError: No module named cv2 的错误,找不到cv2的包。 这时候安装扩展包即可: pip install opencv-python— 阅读全文
posted @ 2019-12-07 14:32 sweeeper 阅读(11822) 评论(0) 推荐(0)
摘要: 本文链接:https://blog.csdn.net/qq_42489092/article/details/92208822method_1:每当你打不开应用时,不妨试一下:用管理员身份运行 请用管理员身份运行Anaconda Navigator 如果还不行请参考:method_2 method_ 阅读全文
posted @ 2019-12-06 15:17 sweeeper 阅读(25904) 评论(0) 推荐(1)
摘要: drawLeftLine(){ let drawLine = echarts.init(document.getElementById('data-left-middle-table-wrap')); let option = null; option = { tooltip: { trigger: 'axis' }, color:['#52F478','#FFCD8B'], icon: "cir 阅读全文
posted @ 2019-11-29 13:19 sweeeper 阅读(4264) 评论(0) 推荐(0)
摘要: drawLeftHistogram(){ let Histogram = echarts.init(document.getElementById('data-left-bottom-table-wrap')); let option = null; option = { tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, 阅读全文
posted @ 2019-11-29 13:18 sweeeper 阅读(864) 评论(0) 推荐(0)
摘要: alarmManage(){ let drawLine = echarts.init(document.getElementById('data-alarmManage-table-wrap')); let option = null; option = { tooltip: { trigger: 'item', formatter: "{a} <br/>{b}: {c} ({d}%)" }, l 阅读全文
posted @ 2019-11-29 11:30 sweeeper 阅读(640) 评论(0) 推荐(0)
摘要: http://www.1ppt.com/#opennewwindow 阅读全文
posted @ 2019-11-25 18:44 sweeeper 阅读(180) 评论(0) 推荐(0)
摘要: https://www.ixueshu.com/document/62561c397d2026c9c35beee10f0de2f1318947a18e7f9386.html http://xueshu.baidu.com/usercenter/paper/show?paperid=1n2c08009 阅读全文
posted @ 2019-11-22 16:13 sweeeper 阅读(569) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 33 下一页