摘要: 1. 最近在测试一款设备,采集了一些设备后需要一帧一帧显示图像,经常使用Python,所以选用了Matplotlib进行图像操作 数据结构: timesatamp polar_distance horizontal_angle refelectivity_intensity,所有数据类型都是 flo 阅读全文
posted @ 2017-11-16 22:04 采男孩的小蘑菇 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 问题描述:ubuntu14.04系统,python2.7(version),正在学习python中, from PIL import Image im = Image.open('1.jpg') im.show() 没有提示错误,im.size等属性显示正常,但就是没有图片显示。 问题解析:调用Python的标准图像库里show()函数,有可能无法显示图片。因为它调用了xv,但xv在后面的ub... 阅读全文
posted @ 2017-11-16 13:37 采男孩的小蘑菇 阅读(1211) 评论(0) 推荐(0) 编辑
摘要: 1. python2 2. python3 3.from python environment import py3 features 阅读全文
posted @ 2017-11-16 09:22 采男孩的小蘑菇 阅读(515) 评论(0) 推荐(0) 编辑